2013-03-05 18:39:34 -05:00
|
|
|
[tox]
|
2017-08-18 13:44:00 -07:00
|
|
|
envlist = py27,pypy,py34,py35,py36,pypy3,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 =
|
2018-02-08 21:43:20 -05:00
|
|
|
pip install -e .
|
2018-02-08 21:45:33 -05:00
|
|
|
pytest {posargs}
|
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
|