Tox: fix django111-pypy(2) and django20-py36 builds

(pypy2 is only invoked as pypy, at least in Travis env)
This commit is contained in:
medmunds
2018-08-14 14:26:40 -07:00
parent 16df17e5b8
commit 33f0f4b141

View File

@@ -7,8 +7,8 @@ envlist =
docs
# ... then test all the other supported combinations:
django21-py{35,37,py3}
django20-py{35,py3}
django111-py{34,35,36,py2}
django20-py{35,36,py3}
django111-py{34,35,36,py}
# ... then prereleases (if available):
# django22-py{35,36,37}
djangoMaster-py{36,37}