Skip to content

Commit 49f33f0

Browse files
DOC: Replacing travis doc deps by environment.yml (#26829)
1 parent 77e6556 commit 49f33f0

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ matrix:
5151
# In allow_failures
5252
- dist: trusty
5353
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
5555
allow_failures:
5656
- dist: trusty
5757
env:
5858
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
5959
- dist: trusty
6060
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
6262

6363
before_install:
6464
- echo "before_install"

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
timeoutInMinutes: 90
124124
steps:
125125
- 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'
127127
displayName: 'Setting environment variables'
128128
129129
- script: |

ci/deps/travis-36-doc.yaml

-46
This file was deleted.

0 commit comments

Comments
 (0)