Browse Source

Fix install script syntax

Steven Silvester 8 years ago
parent
commit
e53a8276a8
1 changed files with 1 additions and 1 deletions
  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