Sfoglia il codice sorgente

Travis: rename tutorial to docs

charnpreetsingh 8 anni fa
parent
commit
804dfe3343
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      scripts/travis_script.sh

+ 1 - 2
scripts/travis_script.sh

@@ -51,11 +51,10 @@ if [[ $GROUP == coverage_and_docs ]]; then
     cp jupyter_plugins.png docs
 
     # Verify tutorial docs build
-    pushd tutorial
+    pushd docs
     conda env create -n test_docs -f environment.yml
     source activate test_docs
     make html
     source deactivate
     popd
 fi
-