mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Travis: fix osx and remove python 3.3
This commit is contained in:
parent
5603c55ccc
commit
d1199420cf
1 changed files with 6 additions and 3 deletions
|
@ -3,8 +3,6 @@ sudo: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
python: 3.3
|
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.4
|
python: 3.4
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -15,7 +13,12 @@ matrix:
|
||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
|
- |
|
||||||
|
if [ "${TRAVIS_OS_NAME}" == osx ]; then
|
||||||
|
rm '/usr/local/include/c++'
|
||||||
|
brew install python3 ||
|
||||||
|
brew upgrade python3
|
||||||
|
fi
|
||||||
- pip3 install --upgrade six
|
- pip3 install --upgrade six
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue