Enable pypy3 tests

This commit is contained in:
ZyX 2014-12-08 08:41:46 +03:00
parent 6633f27a28
commit 1871d4581f
1 changed files with 1 additions and 0 deletions

View File

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