瀏覽代碼

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