2014-01-05 09:34:10 +00:00
|
|
|
[tox]
|
2015-06-28 16:34:33 +00:00
|
|
|
envlist = py{26}-django{16}-cms{30,31},py{27,33,34}-django{16,17,18}-cms{30,31}
|
2014-01-05 09:34:10 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
2015-06-15 16:57:53 +00:00
|
|
|
html5lib < 0.9999
|
2014-10-11 07:15:11 +00:00
|
|
|
django16: Django>=1.6,<1.7
|
2014-12-01 21:55:20 +00:00
|
|
|
django17: Django>=1.7,<1.8
|
2015-06-28 16:34:33 +00:00
|
|
|
django18: Django>=1.7,<1.9
|
2015-06-02 16:20:54 +00:00
|
|
|
cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
2015-06-28 16:34:33 +00:00
|
|
|
cms31: https://github.com/divio/django-cms/archive/support/3.1.x.zip
|
|
|
|
cms32: https://github.com/divio/django-cms/archive/develop.zip
|
2014-10-11 07:15:11 +00:00
|
|
|
py26: unittest2
|
2014-06-09 06:38:37 +00:00
|
|
|
-r{toxinidir}/requirements-test.txt
|
2015-01-01 17:51:45 +00:00
|
|
|
commands = {env:COMMAND:python} setup.py test
|