Преглед на файлове

Travis: rename tutorial to docs

charnpreetsingh преди 8 години
родител
ревизия
804dfe3343
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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
-