Skip to content

Commit 6a1bc7f

Browse files
committed
ci: try to fix travis-ci build
1 parent e124e01 commit 6a1bc7f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
language: python
2-
python:
3-
- "3.5"
4-
- "3.6"
5-
- "3.7"
62
os: osx
7-
osx_image: xcode9.3
3+
4+
env:
5+
- PYTHON_VERSION=3.5.6
6+
- PYTHON_VERSION=3.6.6
7+
- PYTHON_VERSION=3.7.0
8+
89
cache: cargo
910
before_install:
1011
- brew update
11-
- brew install rust
12+
- brew install rust pyenv
1213
- rustup default nightly
14+
- pyenv install $PYTHON_VERSION
15+
- pyenv global $PYTHON_VERSION
1316

1417
install:
1518
- pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)