Skip to content

Commit

Permalink
Fixes Travis builds for pypy. (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Mar 5, 2021
1 parent a203255 commit 8bf1022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
# pypy3 < 6.0.0 fails due to discrepancies with decimal...
#- python: "pypy3"
install:
- "pip install --upgrade setuptools"
- "pip install -r requirements.txt"
- "pip install ."
script: py.test

0 comments on commit 8bf1022

Please sign in to comment.