Test PyPy3 in Tox

This commit is contained in:
Kodi Arfer 2017-08-18 13:44:00 -07:00
parent 02881cf813
commit 12ba5cc44f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,pypy,py34,py35,py36,flake8
envlist = py27,pypy,py34,py35,py36,pypy3,flake8
skipsdist = True
[testenv]