# Tox (http://tox.testrun.org/) is a tool for running tests # in multiple virtualenvs. This configuration file will run the # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs-olap/{env:BRANCH_NAME:} envlist = py3-coverage [testenv] usedevelop = true setenv = coverage: COVERAGE=--junit-xml=junit.xml --cov=wcs_olap --cov-report xml --cov-report html WCSCTL=wcs/wcsctl.py deps = coverage pytest pytest-cov pytest-random quixote>=3 psycopg2-binary vobject pyproj django-ratelimit<3 gadjo httmock django>=1.11,<1.12 commands = ./get_wcs.sh py.test {env:COVERAGE:} {posargs:--random-group tests} [pytest] junit_family=xunit2