[tox] envlist = py{26}-django{16}-cms{30,31},py{27,33,34}-django{16,17}-cms{30,31} [testenv] deps = django16: Django>=1.6,<1.7 django17: Django>=1.7,<1.8 cms30: https://github.com/divio/django-cms/archive/support/3.0.x.zip cms31: https://github.com/divio/django-cms/archive/develop.zip 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