We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842737 commit 32fc9c2Copy full SHA for 32fc9c2
1 file changed
.travis.yml
@@ -13,12 +13,6 @@ matrix:
13
- os: osx
14
language: generic
15
env: TOXENV=py27
16
- - os: linux
17
- python: 3.5
18
- env: TOXENV=py35
19
- - os: osx
20
- language: generic
21
22
23
before_script:
24
- "export DISPLAY=:99.0"
@@ -35,6 +29,7 @@ before_install:
35
29
else
36
30
brew update;
37
31
brew install python;
32
+ python --version;
38
33
wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh;
39
34
fi
40
- chmod +x miniconda.sh
0 commit comments