Explorar el Código

Fix install script syntax

Steven Silvester hace 8 años
padre
commit
e53a8276a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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