Skip to content

Commit

Permalink
fix: back to bring back Py 3.7, 3.8 to the rest of teh versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 26, 2021
1 parent e6978f2 commit 041ead3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.4"
- "3.5.5"
- "3.6"
# - "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.
- "3.7"
- "3.8"
- "pypy"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
Expand Down Expand Up @@ -62,13 +62,6 @@ 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 041ead3

Please sign in to comment.