Add a couple missing environments.

This commit is contained in:
Itamar Turner-Trauring 2021-05-10 13:18:08 -04:00
parent 7c2f9e7d8c
commit d80b6d6c56
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ python =
twisted = 1
[tox]
envlist = typechecks,codechecks,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3
envlist = typechecks,codechecks,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3,integration,integration3
minversion = 2.4
[testenv]