From 61568f1def1ef4f3d5ffeb709b7fcfd1b1c3b6bc Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Thu, 12 Jul 2018 21:46:00 +0200 Subject: [PATCH] Travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c6f2536b..806f9fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - linux env: global: - - NEWEST_PYTHON=3.7-dev # Final Python 3.7 no available as of now + - NEWEST_PYTHON=3.6 # Final Python 3.7 unavailable as of now (and -dev fails) python: # @@ -17,7 +17,8 @@ python: # - 3.4 - 3.6 - - 3.7-dev # Final Python 3.7 no available as of now + # Final Python 3.7 unavailable as of now (and -dev fails) + # - 3.7 - pypy # pypy3 currently fails because of a Flask issue @@ -54,6 +55,7 @@ install: - | if [[ $TRAVIS_OS_NAME == 'osx' ]]; then if [[ -n "$BREW_PYTHON_PACKAGE" ]]; then + brew update brew install "$BREW_PYTHON_PACKAGE" fi sudo pip install tox