chrono/tox.ini

33 lines
742 B
INI

[tox]
envlist = py2-coverage-pylint,py3-coverage
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/chrono/{env:BRANCH_NAME:}
[testenv]
usedevelop =
coverage: True
nocoverage: False
setenv =
DJANGO_SETTINGS_MODULE=chrono.settings
CHRONO_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=chrono/
deps =
pytest-cov
pytest-django
pytest>=3.3.0,<4
WebTest
mock
httmock
pylint<1.8
pylint-django<0.8.1
django-webtest<1.9.3
pytz
py2: django-jsonfield<1.3
py2: django-mellon
py3: django-mellon>=1.2.35
pytest-freezegun
commands =
py2: ./getlasso.sh
py3: ./getlasso3.sh
py.test {env:COVERAGE:} {posargs:tests/}
pylint: ./pylint.sh chrono/