mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-05 14:14:44 +00:00
Stop running tests with python2.7 and django 2.2. They shouldn't work anyway.
This commit is contained in:
parent
646c2377ef
commit
61b55f93a7
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue