This commit is contained in:
Martin Pépin 2020-07-18 17:40:33 +02:00
parent 9c8aeb77b6
commit e607a47617
No known key found for this signature in database
GPG key ID: E7520278B1774448
3 changed files with 71 additions and 1 deletions

13
tox.ini Normal file
View file

@ -0,0 +1,13 @@
[tox]
envlist =
py{35,36,37,38}-django22,
py{36,37,38}-django30
[testenv]
deps =
django22: Django==2.2.*
django30: Django==3.0.*
python-cas
commands =
python --version
python runtests.py