Use --editable argument instead of -e
It's more readable.
This commit is contained in:
parent
5fbd11aab3
commit
802185ed23
@ -18,7 +18,7 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip3 install --upgrade -e .[test]
|
- pip3 install --upgrade --editable .[test]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python3 setup.py test --addopts "-r s"
|
- python3 setup.py test --addopts "-r s"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user