From 71ec5a61dd24686017500e14107b59699caf868e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Dec 2019 14:41:58 +0100 Subject: [PATCH] tox: remove tests against django 1.8 --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 45cc6df..f9a5ac4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27-{django18,django111} +envlist = py27-django111 toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/welco/ [testenv] @@ -10,9 +10,6 @@ setenv = WELCO_SETTINGS_FILE=tests/settings.py fast: FAST=--nomigrations deps = - django18: django>=1.8,<1.9 - django18: django-taggit<0.23 - django18: django-reversion<3.0.1 django111: django>=1.11,<1.12 pytest-cov pytest-django @@ -29,6 +26,5 @@ deps = lxml git+https://git.entrouvert.org/debian/django-ckeditor.git commands = - django18: py.test {posargs: --junitxml=test_{envname}_results.xml tests/} django111: ./pylint.sh welco/ django111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=welco/ tests/}