Enable pypy tests in .travis.yml
This commit is contained in:
parent
d770a4121c
commit
d478c239a7
|
@ -5,6 +5,7 @@ python:
|
|||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
install: tests/install.sh
|
||||
script: tests/test.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue