Skip to content

Commit

Permalink
use pyenv for py3k
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Mar 21, 2018
1 parent 45eeb6f commit d91327b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -10,9 +10,8 @@ matrix:
- language: generic
os: osx
before_install:
- brew update
- brew install python3
- virtualenv env -p python3
- pyenv install 3.6
- virtualenv env -p $(pyenv which python3.6)
- source env/bin/activate
- language: python
python: 2.7
Expand Down

0 comments on commit d91327b

Please sign in to comment.