Skip to content

Commit

Permalink
Use pyenv on travis for picking Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Oct 27, 2017
1 parent 98c6cc3 commit bd79391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,9 +3,9 @@ sudo: false
matrix:
include:
- os: linux
python: pypy-5.6.0
python: pypy
- os: linux
python: pypy3.3-5.5-alpha
python: pypy3
env: BUILOUT_OPTIONS=sphinx:eggs=
- os: linux
python: 2.7
Expand Down

0 comments on commit bd79391

Please sign in to comment.