Add pypy to CI.

This commit is contained in:
eternnoir 2015-07-17 13:56:34 +08:00
parent 754d0ad558
commit 4870764b66
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"
script: cd tests && py.test