Skip to content

Commit

Permalink
fix: revert back to pypy and separating 3.7, 3.8 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 26, 2021
1 parent c09de19 commit e6978f2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e6978f2

Please sign in to comment.