From 13eb8394ca8f5ee2e113a6a0f701aa976f69f433 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 22 Jul 2017 10:38:42 +0200 Subject: Removed pypy tests from travis-ci. The pypy3 version in travis-ci is too old. Also, since PyPy targets CPython compatibility, these tests should be unnecessary. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ff5538..343b9a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ python: - "3.5" - "3.6" - "nightly" - - "pypy" - - "pypy3" install: - travis_retry bash test/travis_setup.sh -- cgit v1.2.1