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.
passerelle-reunion-unicite/tox.ini

21 lines
514 B
INI

[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-unicite/{env:BRANCH_NAME:}
envlist = py2-django111
[testenv]
usedevelop = True
basepython = python2
setenv =
DJANGO_SETTINGS_MODULE=passerelle.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
deps =
django111: django>=1.11,<1.12
git+http://git.entrouvert.org/passerelle.git
django-webtest
psycopg2-binary
pytest
pytest-django
xmlschema<1.1
commands =
django111: py.test {posargs: --junitxml=junit-{envname}.xml tests/}