We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ba43 commit 0349d01Copy full SHA for 0349d01
.travis.yml
@@ -51,14 +51,14 @@ matrix:
51
# In allow_failures
52
- dist: trusty
53
env:
54
- - JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml" DOC=true
+ - JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
55
allow_failures:
56
57
58
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
59
60
61
62
63
before_install:
64
- echo "before_install"
0 commit comments