Skip to content

Commit

Permalink
Let pypy and pypy3 float on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Nov 30, 2017
1 parent d50e3d4 commit ede1896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ matrix:
- os: linux
python: 3.6
- os: linux
python: pypy-5.6.0
python: pypy
- os: linux
python: pypy3.3-5.5-alpha
python: pypy3
# It's important to use 'macpython' builds to get the least
# restrictive wheel tag. It's also important to avoid
# 'homebrew 3' because it floats instead of being a specific version.
Expand Down

0 comments on commit ede1896

Please sign in to comment.