From e6978f2b90aaec4f638ccaa560e26d81de74723e Mon Sep 17 00:00:00 2001 From: Matjaz Pirnovar Date: Thu, 25 Feb 2021 17:59:00 -0800 Subject: [PATCH] fix: revert back to pypy and separating 3.7, 3.8 versions --- .travis.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d2da9c0..ce7e0e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ python: - "3.4" - "3.5.5" - "3.6" - - "3.7" - - "3.8" - - "pypy2.7-7.3.1" +# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty. +# - "3.8" is handled in 'Test' job using xenial as Python 3.8 is not available for trusty. + - "pypy" - "pypy3" install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt" script: "pytest --cov=optimizely" @@ -62,6 +62,13 @@ jobs: SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH FULLSTACK_TEST_REPO=ProdTesting + - stage: 'Test' + dist: xenial + python: "3.7" + - stage: 'Test' + dist: xenial + python: "3.8" + - stage: 'Source Clear' if: type = cron addons: