Enable pypy tests in .travis.yml

This commit is contained in:
ZyX 2014-07-06 22:49:47 +04:00
parent d770a4121c
commit d478c239a7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install: tests/install.sh
script: tests/test.sh