diff --git a/.travis.yml b/.travis.yml index a349891..75f7cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "3.6" - - "3.7" env: - DJANGO_VERSION=2.0 install: diff --git a/tox.ini b/tox.ini index ddcb362..1a5a3cc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,10 @@ [tox] -envlist = py37-django{18,20} +envlist = py36-django{20} [testenv] commands = python runtests.py setenv = - DJANGO_SETTINGS_MODULE=tests.test_settings + DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH={toxinidir} -basepython = - py36: python3.6 - py37: python3.7 +basepython = py36: python3.6 deps = django20: Django==2.0 \ No newline at end of file