mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Travis: Move installation of six to before_install
This commit is contained in:
parent
f815f1be7f
commit
ec82997487
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
|
||||
- pip3 install --upgrade six
|
||||
|
||||
install:
|
||||
- pip3 install --upgrade six
|
||||
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue