mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-09 16:14:45 +00:00
Sure did that wrong. Fix which python versions are running with which code.
This commit is contained in:
parent
61b55f93a7
commit
3edf8e5a79
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -3,8 +3,8 @@ skipsdist = True
|
|||
usedevelop = True
|
||||
minversion = 1.8
|
||||
envlist =
|
||||
py27-dj{111,22}
|
||||
py37-dj22
|
||||
py27-dj111
|
||||
py37-dj{111,22}
|
||||
|
||||
[testenv]
|
||||
usedevelop = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue