Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

self-hosted-configuration.md

Blame
  • tox.ini 288 B
    [tox]
    envlist = py27,py3{4,5,6},flake8
    
    [testenv]
    deps =
        -rrequirements.txt
        flake8
        pytest
        mock
    setenv =
        PYTHONPATH = {toxinidir}
    whitelist_externals =
        make
    commands =
        make schema
        py.test
    
    [testenv:flake8]
    commands =
        make schema
        flake8 pi_mqtt_gpio