Skip to content

Commit

Permalink
Fix pypy2 version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Nov 16, 2020
1 parent be87c10 commit 31fe76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ matrix:
env: TWISTED_VERSION="Twisted==16.4.0" RIAK_VERSION="1.4.12"
# Test on pypy without coverage, because it's unnecessary and very slow.
# The exact versions of pypy available seem to change over time, but pypy2
# gets us an older version. Hopefully pypy2-7.3.1 will continue working for
# a while.
- python: "pypy2-7.3.1"
# gets us an older version. Hopefully pypy2.7-7.3.1 will continue working
# for a while.
- python: "pypy2.7-7.3.1"
env: NO_COVERAGE=1
- python: "3.6"
env: RUN_TESTS="false"
Expand Down

0 comments on commit 31fe76b

Please sign in to comment.