djangocms_blog/tox.ini

8 lines
115 B
INI
Raw Normal View History

2014-01-05 09:34:10 +00:00
[tox]
2014-06-09 06:38:37 +00:00
envlist = py26, py27
2014-01-05 09:34:10 +00:00
[testenv]
2014-06-09 06:38:37 +00:00
commands = python runtests.py
2014-01-05 09:34:10 +00:00
deps =
2014-06-09 06:38:37 +00:00
-r{toxinidir}/requirements-test.txt