From 8bd401827d6ac99118d86c303968ac4c749f13f1 Mon Sep 17 00:00:00 2001 From: Silvio Leite Date: Wed, 15 Aug 2018 11:12:51 -0300 Subject: [PATCH] Update the Travis and Tox to work --- .travis.yml | 1 - tox.ini | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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