2013-03-05 18:39:34 -05:00
|
|
|
[tox]
|
2016-09-22 23:24:14 -07:00
|
|
|
envlist = py27,pypy,py33,py34,py35,py36,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]
|
2016-11-26 23:54:59 -08:00
|
|
|
commands = flake8 hy bin tests --ignore=E121,E123,E126,E226,E24,E704,W503,E305
|