Compare commits

...

6 Commits

Author SHA1 Message Date
Joona Hoikkala
ed6779c2e8 Re-remove macOS test cases 2018-01-09 09:57:49 +02:00
Joona Hoikkala
92a060ce9a Upgrade the already installed python2 instead of trying to reinstall 2018-01-09 09:18:27 +02:00
Joona Hoikkala
a93d6179af Remove macOS tests again 2018-01-08 21:25:12 +02:00
Joona Hoikkala
eeea9453de Make sure python2 is originating from homebrew on macOS 2018-01-08 21:24:21 +02:00
Joona Hoikkala
1b4d9bdd17 Add OSX Python2 tests 2018-01-06 17:59:46 +02:00
Joona Hoikkala
fc8bbef16e Add macOS to Travis builds 2018-01-06 16:58:28 +02:00

View File

@@ -5,7 +5,7 @@ cache:
- $HOME/.cache/pip
before_install:
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3)'
- '([ $TRAVIS_OS_NAME == linux ] && dpkg -s libaugeas0) || (brew update && brew install augeas python3 && brew upgrade python && brew link python)'
before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'