radicale/tox.ini

34 lines
449 B
INI
Raw Normal View History

2012-10-19 12:38:18 +02:00
[tox]
2016-03-31 19:57:40 +02:00
envlist = py33, py34, py35
2012-10-19 12:38:18 +02:00
2013-07-12 16:24:40 +02:00
[base]
deps =
sqlalchemy
2013-07-12 16:24:40 +02:00
nose-cov
pam
requests
2016-05-04 19:26:37 +02:00
flake8
2013-07-12 16:24:40 +02:00
2012-10-19 12:38:18 +02:00
[testenv]
2016-05-04 19:26:37 +02:00
commands =
flake8
nosetests []
2012-10-19 12:41:26 +02:00
2016-03-31 19:57:40 +02:00
[testenv:py33]
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2013-07-12 16:24:40 +02:00
2016-03-31 19:57:40 +02:00
[testenv:py34]
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2013-08-08 15:23:15 +02:00
2016-03-31 19:57:40 +02:00
[testenv:py35]
2014-04-15 18:11:19 +02:00
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2016-05-04 19:25:34 +02:00
[flake8]
max-line-length = 100