Skip to content

Commit

Permalink
Merge c09de19 into 5fefd2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 26, 2021
2 parents 5fefd2b + c09de19 commit dd474df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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.
- "pypy"
- "3.7"
- "3.8"
- "pypy2.7-7.3.1"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
script: "pytest --cov=optimizely"
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 dd474df

Please sign in to comment.