From c45f60f04988f3d8810a275f7c83fb7620c3f8e3 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sat, 12 Mar 2016 10:56:45 +0100 Subject: pypy does not work yet --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 12c2f5e3..b5e73bf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ python: - "3.4" - "3.5" - "nightly" - - "pypy" - - "pypy3" +# - "pypy" +# - "pypy3" install: - pip install pycrypto - pip install pyasn1 -- cgit v1.2.1