From 9e1cce61113200db9f5c5b54857bd300ef1baf61 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 6 Jan 2018 14:13:15 +0100 Subject: [PATCH] Ignore pypy in travis for now There are too many issues in there and I won't look at them. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8ec9770..392eb4b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,9 @@ matrix: - JEDI_TEST_ENVIRONMENT=36 - python: 3.5 env: TOXENV=sith - - python: pypy + # For now ignore pypy, there are so many issues that we don't really need + # to run it. + #- python: pypy - python: "3.7-dev" before_install: - ./travis_install.sh