mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
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:
4
tox.ini
4
tox.ini
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user