Bläddra i källkod

Travis: rename tutorial to docs

charnpreetsingh 8 år sedan
förälder
incheckning
804dfe3343
1 ändrade filer med 1 tillägg och 2 borttagningar
  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
-