2013-03-06 00:39:34 +01:00
|
|
|
[tox]
|
2013-04-06 21:15:23 +02:00
|
|
|
envlist = py27,pypy,py32,py33,py26,flake8
|
2013-03-06 00:39:34 +01:00
|
|
|
[testenv]
|
|
|
|
commands = nosetests
|
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
setuptools
|
2013-12-23 15:31:36 +01:00
|
|
|
rply
|
2013-04-06 21:15:23 +02:00
|
|
|
|
2013-05-08 13:04:35 +02:00
|
|
|
[testenv:pypy]
|
|
|
|
commands = nosetests
|
|
|
|
deps =
|
|
|
|
astor
|
|
|
|
nose
|
|
|
|
setuptools
|
2013-12-23 15:31:36 +01:00
|
|
|
rply
|
2013-05-08 13:04:35 +02:00
|
|
|
|
|
|
|
[testenv:py27]
|
|
|
|
commands = nosetests
|
|
|
|
deps =
|
|
|
|
astor
|
|
|
|
nose
|
|
|
|
setuptools
|
2013-12-23 15:31:36 +01:00
|
|
|
rply
|
2013-05-08 13:04:35 +02:00
|
|
|
|
2013-05-03 22:50:50 +02:00
|
|
|
[testenv:py26]
|
|
|
|
deps =
|
2013-05-08 13:04:35 +02:00
|
|
|
astor
|
2013-05-03 22:50:50 +02:00
|
|
|
nose
|
|
|
|
setuptools
|
|
|
|
unittest2
|
2013-06-29 17:50:31 +02:00
|
|
|
importlib
|
2013-12-23 15:31:36 +01:00
|
|
|
rply
|
2013-05-03 22:50:50 +02:00
|
|
|
|
2013-04-06 21:15:23 +02:00
|
|
|
[testenv:flake8]
|
2013-04-08 02:36:15 +02:00
|
|
|
deps =
|
|
|
|
flake8
|
2013-12-23 15:31:36 +01:00
|
|
|
rply
|
2013-04-06 21:15:23 +02:00
|
|
|
commands = flake8 hy bin tests
|