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

@ -18,6 +18,12 @@ matrix:
# core
- python: "3.6"
env: TOX_POSARGS="-e py36-core"
#
# pypy3 testing
#
# core
- python: "pypy3"
env: TOX_POSARGS="-e pypy3-core"
cache:
- pip: true
install: