enable pypy3 for Travis CI

This commit is contained in:
Mort Yao 2014-09-20 22:40:08 +02:00
parent ef2992492d
commit 8bd8ebd4f3

View File

@ -4,4 +4,5 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "pypy3"
script: make test