mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03: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:
|
||||
include:
|
||||
- os: linux
|
||||
python: 3.3
|
||||
- os: linux
|
||||
python: 3.4
|
||||
- os: linux
|
||||
|
@ -15,7 +13,12 @@ matrix:
|
|||
language: generic
|
||||
|
||||
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
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue