Pārlūkot izejas kodu

Use --editable argument instead of -e

It's more readable.
Unrud 8 gadi atpakaļ
vecāks
revīzija
802185ed23
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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"