Skip to content

Commit

Permalink
Merge pull request #109 from zopefoundation/roto-travis-pypy
Browse files Browse the repository at this point in the history
Let pypy and pypy3 float on Travis
  • Loading branch information
Rotonen committed Dec 3, 2017
2 parents d50e3d4 + ede1896 commit bc32f13
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 bc32f13

Please sign in to comment.