[tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:} envlist = django{18,111} [testenv] usedevelop = True setenv = WCSCTL=wcs/wcsctl.py DJANGO_SETTINGS_MODULE=combo.settings COMBO_SETTINGS_FILE=tests/settings.py deps = django18: django>=1.8,<1.9 django111: django>=1.11,<1.12 pytest-cov pytest-django pytest-freezegun pytest WebTest mock httmock pylint<1.8 pylint-django<0.9 django-webtest<1.9.3 quixote<3.0 vobject psycopg2 django-mellon commands = ./getlasso.sh python manage.py compilemessages ./get_wcs.sh django18: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=combo/ tests/} django18: ./pylint.sh combo/ django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}