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
Raw Normal View History

2019-10-16 15:07:39 +02:00
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle-reunion-pastell/{env:BRANCH_NAME:}
2020-09-09 08:02:07 +02:00
envlist = py3-django111-pg
2019-10-16 15:07:39 +02:00
[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
2019-10-16 15:07:39 +02:00
django-webtest
2021-06-17 08:50:04 +02:00
psycopg2-binary<2.9
2019-10-16 15:07:39 +02:00
pytest-django
pytest
WebTest
mock<4
2019-10-16 15:07:39 +02:00
httmock
requests-mock
ipdb
commands =
django111: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}