Try pypy and pypy3

This commit is contained in:
rocky
2016-05-05 04:14:03 -04:00
parent 05733c6171
commit 109737cbef

View File

@@ -7,6 +7,8 @@ python:
- '2.7' - '2.7'
- '3.4' - '3.4'
- '3.5' - '3.5'
- 'pypy'
- 'pypy3'
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt