bijoe/tox.ini

35 lines
963 B
INI

# 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}/bijoe/{env:BRANCH_NAME:}
envlist = {py2,py3}-dj111
[testenv]
usedevelop = true
setenv =
DJANGO_SETTINGS_MODULE=bijoe.settings
BIJOE_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junit-xml=test_results.xml --cov=bijoe --cov-report xml
deps =
dj111: django>=1.11,<1.12
coverage
pytest
pytest-cov
pytest-django<3.4.6
pytest-freezegun
WebTest
django-webtest<1.9.3
mock
pyquery
tabulate
py2: django-appconf<1.0.4
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
commands =
dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
[pytest]
filterwarnings =
once:.*