Ver Fonte

Fix install script syntax

Steven Silvester há 8 anos atrás
pai
commit
e53a8276a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scripts/travis_install.sh

+ 1 - 1
scripts/travis_install.sh

@@ -19,5 +19,5 @@ mkdir ~/.jupyter
 
 
 # Install and enable the server extension
-- pip install --upgrade -v -e ".[test]"
+pip install --upgrade -v -e ".[test]"
 jupyter serverextension enable --py jupyterlab