Tox + CI
This commit is contained in:
parent
9c8aeb77b6
commit
e607a47617
3 changed files with 71 additions and 1 deletions
13
tox.ini
Normal file
13
tox.ini
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue