From d829f0593201bf4d69707a7ba6df7af9b6a9b573 Mon Sep 17 00:00:00 2001 From: Ethan Brouwer Date: Fri, 7 Jun 2019 15:15:56 -0600 Subject: [PATCH] Gonna try pypy build and hopefully fix coveralls --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d8b64cc..e0413f87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.5" - "3.6" # - "3.7" -# - "pypy" + - "pypy" # Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs matrix: @@ -36,7 +36,7 @@ script: # load coverage status to https://coveralls.io after_success: - - if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls --use-mirrors ; coveralls ; fi + - if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls ; coveralls ; fi notifications: email: false