Update the Travis and Tox to work
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=2.0
|
- DJANGO_VERSION=2.0
|
||||||
install:
|
install:
|
||||||
|
|||||||
8
tox.ini
8
tox.ini
@@ -1,12 +1,10 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py37-django{18,20}
|
envlist = py36-django{20}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python runtests.py
|
commands = python runtests.py
|
||||||
setenv =
|
setenv =
|
||||||
DJANGO_SETTINGS_MODULE=tests.test_settings
|
DJANGO_SETTINGS_MODULE=tests.settings
|
||||||
PYTHONPATH={toxinidir}
|
PYTHONPATH={toxinidir}
|
||||||
basepython =
|
basepython = py36: python3.6
|
||||||
py36: python3.6
|
|
||||||
py37: python3.7
|
|
||||||
deps = django20: Django==2.0
|
deps = django20: Django==2.0
|
||||||
Reference in New Issue
Block a user