Skip to content
Snippets Groups Projects
tox.ini 212 B
Newer Older
[tox]
envlist = py27, flake8

[travis]
python =
    2.7: py27

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

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