We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e124e01 commit 6a1bc7fCopy full SHA for 6a1bc7f
.travis.yml
@@ -1,15 +1,18 @@
1
language: python
2
-python:
3
- - "3.5"
4
- - "3.6"
5
- - "3.7"
6
os: osx
7
-osx_image: xcode9.3
+
+env:
+ - PYTHON_VERSION=3.5.6
+ - PYTHON_VERSION=3.6.6
+ - PYTHON_VERSION=3.7.0
8
9
cache: cargo
10
before_install:
11
- brew update
- - brew install rust
12
+ - brew install rust pyenv
13
- rustup default nightly
14
+ - pyenv install $PYTHON_VERSION
15
+ - pyenv global $PYTHON_VERSION
16
17
install:
18
- pip install -r requirements-dev.txt
0 commit comments