travis: enable pypy, pypy3

This commit is contained in:
Brian Warner 2016-06-30 16:10:36 -07:00
parent 4978be6b90
commit f9f6ed31c9

View File

@ -11,6 +11,8 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- pip install -U pip tox virtualenv
script: