File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,23 +4,26 @@ dist: trusty
44language : python
55
66matrix :
7- include :
8- - os : linux
9- python : " 2.7"
10- env : COVERALLS=1
11- - os : linux
12- python : " 3.4"
13- - os : linux
14- python : " 3.5"
7+ include :
8+ - os : linux
9+ python : " 2.7"
10+ env : COVERALLS=1
11+ - os : linux
12+ python : " 3.4"
13+ - os : linux
14+ python : " 3.5"
1515
16- - os : osx
17- language : generic
18- env :
19- - OSXENV=2.7
20- - os : osx
21- language : generic
22- env :
23- - OSXENV=3.5
16+ - os : osx
17+ language : generic
18+ env :
19+ - OSXENV=3.5
20+ # Keep only one osx branch active for now
21+ # since currently osx builds on travis
22+ # are frequently stalled or indefinitely delayed.
23+ # - os: osx
24+ # language: generic
25+ # env:
26+ # - OSXENV=2.7
2427
2528before_install :
2629 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash resources/install_osx_virtualenv.sh; fi
You can’t perform that action at this time.
0 commit comments