Tests: Add django22-pypy3 to tox environments

Fixes #140
This commit is contained in:
medmunds
2019-02-08 12:28:59 -08:00
parent bd55d8c298
commit 653fdac3cc

View File

@@ -10,7 +10,7 @@ envlist =
django20-py{35,36,py3}
django111-py{34,35,36,py}
# ... then prereleases (if available):
django22-py{35,36,37}
django22-py{35,36,37,py3}
djangoMaster-py{36,37}
[testenv]