Skip to content

Commit

Permalink
Fix tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Feb 19, 2015
1 parent c106b10 commit 3b21c84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Expand Up @@ -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

0 comments on commit 3b21c84

Please sign in to comment.