|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
# and then run "tox" from this directory. |
|
|
|
|
|
|
|
|
|
[tox] |
|
|
|
|
envlist = flake8, py27, py32, py33 |
|
|
|
|
envlist = flake8, py27, py32, py33, py34, pypy |
|
|
|
|
|
|
|
|
|
[flake8] |
|
|
|
|
exclude = .tox, build |
|
|
|
@ -14,7 +14,7 @@ deps =
|
|
|
|
|
nose |
|
|
|
|
commands = |
|
|
|
|
{envpython} setup.py install |
|
|
|
|
nosetests |
|
|
|
|
nosetests -v |
|
|
|
|
|
|
|
|
|
[testenv:flake8] |
|
|
|
|
deps = |
|
|
|
|