From 0cf8200e4e99bd01099578117104d10d18ec90ad Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 6 Jan 2015 00:53:41 +1100 Subject: [PATCH] * Apparently the pytest-pypy file is a red herring --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 134dc7b7e..b6234ddcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,4 @@ install: - "rm -rf spacy/" # command to run tests script: - - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test tests/; fi - - if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test-pypy tests/; fi + - py.test tests/