2014-01-05 09:34:10 +00:00
|
|
|
[tox]
|
2015-02-17 12:20:30 +00:00
|
|
|
envlist = py{26}-django{16},py{27,33,34}-django{16,17}
|
2014-01-05 09:34:10 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
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-02-26 20:47:41 +00:00
|
|
|
django17: https://github.com/divio/django-cms/archive/support/3.0.x.zip
|
2014-10-11 07:15:11 +00:00
|
|
|
py26: unittest2
|
2015-02-19 09:46:17 +00:00
|
|
|
py26: django-select2
|
|
|
|
py27: django-select2
|
|
|
|
py33: django-select2-py3
|
|
|
|
py34: django-select2-py3
|
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
|