Add PyPy to travis

This commit is contained in:
Leandro Toledo 2015-08-28 13:09:47 -03:00
parent 6837bef9bb
commit 942706e20f

View file

@ -4,7 +4,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "nightly"
- "pypy"
- "pypy3"
install:
- pip install coveralls
script: