Skip to content
Snippets Groups Projects
tox.ini 240 B
Newer Older
envlist = py27, py36 flake8

[travis]
python =
    2.7: py27

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

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