2013-03-05 18:39:34 -05:00
|
|
|
[tox]
|
2015-10-27 10:47:34 +08:00
|
|
|
envlist = py27,pypy,py33,py34,py35,flake8
|
2014-04-19 23:29:44 +03:00
|
|
|
skipsdist = True
|
2013-05-08 13:04:35 +02:00
|
|
|
|
2014-04-19 23:29:44 +03:00
|
|
|
[testenv]
|
|
|
|
commands =
|
|
|
|
pip install --allow-all-external -e .
|
|
|
|
nosetests
|
2015-10-27 10:47:34 +08:00
|
|
|
passenv =
|
|
|
|
TERM
|
2013-05-08 13:04:35 +02:00
|
|
|
deps =
|
2014-04-19 23:29:44 +03:00
|
|
|
-rrequirements-dev.txt
|
2013-05-08 13:04:35 +02:00
|
|
|
|
2013-04-06 21:15:23 +02:00
|
|
|
[testenv:flake8]
|
|
|
|
commands = flake8 hy bin tests
|