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

25 lines
567 B
INI

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