From 33f0f4b1411302944d18cba06a3ef837f82f4f8a Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 14 Aug 2018 14:26:40 -0700 Subject: [PATCH] Tox: fix django111-pypy(2) and django20-py36 builds (pypy2 is only invoked as pypy, at least in Travis env) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4905280..d6f957a 100644 --- a/tox.ini +++ b/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}