Codebase list python-pyeclib / debian/1.2.0-2 tox.ini
debian/1.2.0-2

Tree @debian/1.2.0-2 (Download .tar.gz)

tox.ini @debian/1.2.0-2raw · history · blame

[tox]
envlist = py27,py34,pep8

[testenv]
deps=
    nose
commands=
    nosetests test/

[testenv:pep8]
deps=
    pep8
commands=
    pep8 pyeclib/ setup.py