[tox] envlist = py{27,34,35}-django{17,18,19,110} lint toxworkdir = {env:TOX_WORKDIR:.tox} [testenv] deps = -rrequirements_test.txt django17: Django>=1.7,<1.8 django18: Django>=1.8,<1.9 django19: Django>=1.9,<1.10 django110: Django>=1.10,<1.11 whitelist_externals = make commands = make test [testenv:lint] deps = -rrequirements_test.txt whitelist_externals = make commands = make lint