Attempt to define pypy27 and pypy27-coverage tox environments

This commit is contained in:
Jean-Paul Calderone 2019-06-25 14:16:09 -04:00
parent 0a761356d4
commit 39d989676a

View File

@ -7,7 +7,7 @@
twisted = 1
[tox]
envlist = py27
envlist = {py27,pypy27}{-coverage,}
minversion = 2.4
[testenv]