This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corbo/tox.ini

25 lines
594 B
INI

[tox]
envlist = coverage-django18
[testenv]
usedevelop =
coverage: True
setenv =
DJANGO_SETTINGS_MODULE=corbo.settings
CORBO_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov=corbo/ --cov-config .coveragerc
deps =
django18: django>=1.8,<1.9
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
pytest-cov
pytest-django>=3.1.1
pytest>=3.0.4
django-webtest<1.9.3
django-ckeditor<4.5.3
djangorestframework>=3.3,<3.4
pylint==1.4.0
astroid==1.3.2
mock
commands =
py.test {env:COVERAGE:} {posargs:tests/}