radicale/tox.ini

28 lines
397 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
2012-10-19 12:38:18 +02:00
[testenv]
commands = 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}