File tree 3 files changed +3
-49
lines changed
3 files changed +3
-49
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ matrix:
51
51
# In allow_failures
52
52
- dist : trusty
53
53
env :
54
- - JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml " DOC=true
54
+ - JOB="3.6, doc" ENV_FILE="environment.yml " DOC=true
55
55
allow_failures :
56
56
- dist : trusty
57
57
env :
58
58
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
59
59
- dist : trusty
60
60
env :
61
- - JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml " DOC=true
61
+ - JOB="3.6, doc" ENV_FILE="environment.yml " DOC=true
62
62
63
63
before_install :
64
64
- echo "before_install"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
timeoutInMinutes : 90
124
124
steps :
125
125
- script : |
126
- echo '##vso[task.setvariable variable=ENV_FILE]ci/deps/travis-36-doc.yaml '
126
+ echo '##vso[task.setvariable variable=ENV_FILE]environment.yml '
127
127
displayName: 'Setting environment variables'
128
128
129
129
- script : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments