Skip to content

Commit

Permalink
upgrade pypy version to 7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 committed Feb 26, 2021
1 parent 70a44f1 commit ed5c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- "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"
- "pypy2.7-v7.3.3"
- "pypy3"
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
script: "pytest --cov=optimizely"
Expand Down

0 comments on commit ed5c2c0

Please sign in to comment.