Merge pull request #4137 from jdufresne/tox-pypy

Add PyPy3 to the tox test matrix
This commit is contained in:
Andrew Murray 2019-10-13 08:05:43 +11:00 committed by GitHub
commit 96003a98d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
[tox]
envlist =
lint
py{27,35,36,37}
py{27,35,36,37,py3}
minversion = 1.9
[testenv]