Skip to content

Commit 9b3eb32

Browse files
committed
use pyenv for py3k
1 parent 45eeb6f commit 9b3eb32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ matrix:
1010
- language: generic
1111
os: osx
1212
before_install:
13-
- brew update
14-
- brew install python3
15-
- virtualenv env -p python3
13+
- pyenv install 3.6.3
14+
- virtualenv env -p $(pyenv root)/versions/3.6.3/bin/python
1615
- source env/bin/activate
1716
- language: python
1817
python: 2.7

0 commit comments

Comments
 (0)