Stop running tests with python2.7 and django 2.2. They shouldn't work anyway.

This commit is contained in:
Jason Ward 2019-07-05 16:02:42 -04:00
parent 646c2377ef
commit 61b55f93a7

View file

@ -3,7 +3,8 @@ skipsdist = True
usedevelop = True
minversion = 1.8
envlist =
py{27,37}-dj{111,22}
py27-dj{111,22}
py37-dj22
[testenv]
usedevelop = true