add pypy to travis.yml

This commit is contained in:
2016-12-20 12:42:52 -05:00
parent 30bcd55fb9
commit e127ecab3f
+2
View File
@@ -7,6 +7,8 @@ python:
- "3.4"
- "3.5"
- "3.6-dev" # 3.6 development branch
- "pypy"
- "pypy3"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests