14 lines
216 B
INI
14 lines
216 B
INI
[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
|
|
python-ldap
|
|
commands =
|
|
python --version
|
|
python runtests.py
|