File tree 1 file changed +19
-18
lines changed
1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -26,25 +26,26 @@ matrix:
26
26
- os : linux
27
27
python : pypy3
28
28
env : TOXENV=pypy3
29
- # Stock OSX Python
30
- - os : osx
31
- language : generic
32
- env : TOXENV=py27
33
- # Latest Python 3.x from Homebrew
34
- - os : osx
35
- language : generic
36
- env :
37
- - TOXENV=py36
38
- - BREW_INSTALL=python3
29
+ # # Stock OSX Python
30
+ # - os: osx
31
+ # language: generic
32
+ # env: TOXENV=py27
33
+ # # Latest Python 3.x from Homebrew
34
+ # - os: osx
35
+ # language: generic
36
+ # env:
37
+ # - TOXENV=py36
38
+ # - BREW_INSTALL=python3
39
39
install :
40
- - |
41
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
42
- if [[ -n "$BREW_INSTALL" ]]; then
43
- brew update
44
- brew install "$BREW_INSTALL"
45
- fi
46
- fi
47
- pip install tox
40
+ - pip install tox
41
+ # - |
42
+ # if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
43
+ # if [[ -n "$BREW_INSTALL" ]]; then
44
+ # brew update
45
+ # brew install "$BREW_INSTALL"
46
+ # fi
47
+ # fi
48
+ # pip install tox
48
49
49
50
script :
50
51
- tox
You can’t perform that action at this time.
0 commit comments