add pypy3 target to travis builds

This commit is contained in:
Miguel Grinberg 2018-04-22 19:57:58 -07:00
parent a917674006
commit 9d4a5a46ed
No known key found for this signature in database
GPG Key ID: 36848B262DF5F06C
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ python:
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install: python setup.py install
script: python setup.py test