authens/tox.ini

17 lines
278 B
INI
Raw Normal View History

2020-07-18 17:40:33 +02:00
[tox]
2020-07-18 19:00:18 +02:00
# Temporaire en attendant de créer setup.py
skipsdist = True
2020-07-18 17:40:33 +02:00
envlist =
py{35,36,37,38}-django22,
py{36,37,38}-django30
[testenv]
deps =
django22: Django==2.2.*
django30: Django==3.0.*
python-cas
2020-07-18 17:51:50 +02:00
python-ldap
2020-07-18 17:40:33 +02:00
commands =
python --version
python runtests.py