Pārlūkot izejas kodu

Travis: rename tutorial to docs

charnpreetsingh 8 gadi atpakaļ
vecāks
revīzija
804dfe3343
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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
-