Skip to content

Commit

Permalink
Ask for a newer PyPy3 on Travis
Browse files Browse the repository at this point in the history
Because modern pip requires Python 3.3+ and checks sys.version explicitly.
  • Loading branch information
mgedmin committed Dec 27, 2016
1 parent 19c2057 commit 8f21405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: pypy3.3-5.2-alpha1
env: TOXENV=pypy3
env:
- TOXENV=py27
- TOXENV=py27-subunit
- TOXENV=pypy
- TOXENV=pypy-subunit
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy3
install:
- pip install tox
script:
Expand Down

0 comments on commit 8f21405

Please sign in to comment.