Переглянути джерело

Fix docs conda env creation

Steven Silvester 7 роки тому
батько
коміт
20f3fe9931
1 змінених файлів з 1 додано та 1 видалено
  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