Fix tox.ini
This commit is contained in:
parent
c106b101b1
commit
3b21c84141
1 changed files with 4 additions and 2 deletions
6
tox.ini
6
tox.ini
|
@ -2,12 +2,14 @@
|
|||
envlist = py{26}-django{15,16},py{27,33,34}-django{15,16,17}
|
||||
|
||||
[testenv]
|
||||
# temporary fix for pip-setuptools / django CMS issues
|
||||
install_command = ./tox_pip.sh {opts} {packages}
|
||||
deps =
|
||||
django15: Django>=1.5,<1.6
|
||||
django16: Django>=1.6,<1.7
|
||||
django17: Django>=1.7,<1.8
|
||||
py26: unittest2
|
||||
py26: django-select2
|
||||
py27: django-select2
|
||||
py33: django-select2-py3
|
||||
py34: django-select2-py3
|
||||
-r{toxinidir}/requirements-test.txt
|
||||
commands = {env:COMMAND:python} setup.py test
|
||||
|
|
Loading…
Reference in a new issue