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-pastell/tox.ini

28 lines
609 B
INI

[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-pastell/{env:BRANCH_NAME:}
envlist = django111-pg
[testenv]
usedevelop = True
basepython = python2
setenv =
DJANGO_SETTINGS_MODULE=passerelle.settings
PASSERELLE_SETTINGS_FILE=tests/settings.py
WCSCTL=wcs/wcsctl.py
deps =
django111: django>=1.11,<1.12
git+http://git.entrouvert.org/passerelle.git
django-webtest
psycopg2-binary
pytest-django
pytest
WebTest
mock
httmock
requests-mock
ipdb
xmlschema<1.1
enum34<=1.1.6
commands =
django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}