Skip to content

Commit

Permalink
Merge 041ead3 into 5fefd2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 26, 2021
2 parents 5fefd2b + 041ead3 commit b9223d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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
2 changes: 1 addition & 1 deletion requirements/core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jsonschema==3.2.0
pyrsistent==0.14.0
mmh3==2.5.1
mmh3==3.0.0
requests[security]>=2.9.1

0 comments on commit b9223d9

Please sign in to comment.