add pypy3 target to travis builds
This commit is contained in:
parent
a917674006
commit
9d4a5a46ed
|
@ -5,5 +5,6 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
install: python setup.py install
|
||||
script: python setup.py test
|
||||
|
|
Loading…
Reference in New Issue