2013-03-06 00:39:34 +01:00
|
|
|
[tox]
|
2015-10-27 03:47:34 +01:00
|
|
|
envlist = py27,pypy,py33,py34,py35,flake8
|
2014-04-19 22:29:44 +02:00
|
|
|
skipsdist = True
|
2013-05-08 13:04:35 +02:00
|
|
|
|
2014-04-19 22:29:44 +02:00
|
|
|
[testenv]
|
|
|
|
commands =
|
|
|
|
pip install --allow-all-external -e .
|
|
|
|
nosetests
|
2015-10-27 03:47:34 +01:00
|
|
|
passenv =
|
|
|
|
TERM
|
2013-05-08 13:04:35 +02:00
|
|
|
deps =
|
2014-04-19 22:29:44 +02: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
|