travis: disable pypy/pypy3

nevermind.. it appears that travis's pypy (2.6-ish) is too old for
PyNaCl to work, and their pypy3 (3.0-3.2ish) is too. Revisit this when
their images get updated.
This commit is contained in:
Brian Warner 2016-06-30 16:14:11 -07:00
parent f9f6ed31c9
commit bb47c09ebd

View File

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