Browse Source

Fix docs conda env creation

Steven Silvester 7 years ago
parent
commit
20f3fe9931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -55,7 +55,7 @@ if [[ $GROUP == coverage_and_docs ]]; then
 
     # Verify tutorial docs build
     pushd docs
-    conda create -n test_docs -f environment.yml
+    conda env create -n test_docs -f environment.yml
     source activate test_docs
     make html
     source deactivate