Add PyPy3 to the tox test matrix

Allows contributors to automatically test locally.
This commit is contained in:
Jon Dufresne 2019-10-12 07:56:29 -07:00
parent 6595ce1609
commit 911079cc68

View File

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