add pypy3 as a supported environment, by default

This commit is contained in:
Jason Carver
2018-02-06 15:52:41 -08:00
parent b825c36def
commit 7bfa2ac5d4
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist=
py{35,36}-core
py{35,36,py3}-core
lint
[isort]
@ -25,6 +25,7 @@ commands=
basepython =
py35: python3.5
py36: python3.6
pypy3: pypy3
extras=test
[testenv:lint]