summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:48:50 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-13 21:48:50 -0400
commit70b915f387653c78de1cf978742f21867e13d235 (patch)
tree7fbf04f29ec1ae69cf9b7e480e089aa7864c1a2d /.travis.yml
parent8c1e01886853471d8dadd473f491f310937b01d0 (diff)
downloadcmd2-git-70b915f387653c78de1cf978742f21867e13d235.tar.gz
Commented out Mac OS X builds for Travis CI since they are still painfully backed up
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml37
1 files changed, 19 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ae8ec69..523ab911 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,25 +26,26 @@ matrix:
- os: linux
python: pypy3
env: TOXENV=pypy3
- # Stock OSX Python
- - os: osx
- language: generic
- env: TOXENV=py27
- # Latest Python 3.x from Homebrew
- - os: osx
- language: generic
- env:
- - TOXENV=py36
- - BREW_INSTALL=python3
+# # Stock OSX Python
+# - os: osx
+# language: generic
+# env: TOXENV=py27
+# # Latest Python 3.x from Homebrew
+# - os: osx
+# language: generic
+# env:
+# - TOXENV=py36
+# - BREW_INSTALL=python3
install:
- - |
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
- if [[ -n "$BREW_INSTALL" ]]; then
- brew update
- brew install "$BREW_INSTALL"
- fi
- fi
- pip install tox
+ - pip install tox
+# - |
+# if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
+# if [[ -n "$BREW_INSTALL" ]]; then
+# brew update
+# brew install "$BREW_INSTALL"
+# fi
+# fi
+# pip install tox
script:
- tox