skipping pypy for now

This commit is contained in:
2016-12-20 13:10:45 -05:00
parent ddde5cd85b
commit ba6e948835
+2 -2
View File
@@ -6,8 +6,8 @@ python:
- "3.4"
- "3.5"
- "3.6-dev" # 3.6 development branch
- "pypy"
- "pypy3"
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests