From bb47c09ebd8f41726c8663383ec6537b67539b21 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 30 Jun 2016 16:14:11 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ff9d7f..4247721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ python: - "3.3" - "3.4" - "3.5" - - "pypy" - - "pypy3" install: - pip install -U pip tox virtualenv script: