mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Use --editable argument instead of -e
It's more readable.
This commit is contained in:
parent
5fbd11aab3
commit
802185ed23
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_install:
|
|||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
||||
|
||||
install:
|
||||
- pip3 install --upgrade -e .[test]
|
||||
- pip3 install --upgrade --editable .[test]
|
||||
|
||||
script:
|
||||
- python3 setup.py test --addopts "-r s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue