no pypy3 for now

This commit is contained in:
Nate Prewitt
2017-02-01 19:41:20 -07:00
parent 3e931a080a
commit b315c48d18
+2 -1
View File
@@ -8,7 +8,8 @@ python:
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"
# - "pypy3" # TODO: pkg_config issues
# command to install dependencies
install:
- "python setup.py develop"