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:
parent
f9f6ed31c9
commit
bb47c09ebd
|
@ -11,8 +11,6 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "pypy"
|
|
||||||
- "pypy3"
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip tox virtualenv
|
- pip install -U pip tox virtualenv
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user