Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 239 B
[tox]
envlist = py27, py36 flake8

[travis]
python =
    2.7: py27
    3.6: py36

[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 fixhdr

[testenv]
setenv =
    PYTHONPATH = {toxinidir}
commands=python setup.py test