Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78f16ff

Browse files
committed
TST: test the "extra" dependencies on py37 and py38
When we set this up py36 was the newest (not the oldest) python we supported.
1 parent 5721ec0 commit 78f16ff

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ environment:
2626
- PYTHON_VERSION: "3.6"
2727
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
2828
TEST_ALL: "no"
29-
EXTRAREQS: "-r requirements/testing/travis36.txt"
29+
EXTRAREQS: "-r requirements/testing/travis_extra.txt"
3030
- PYTHON_VERSION: "3.7"
3131
CONDA_INSTALL_LOCN: "C:\\Miniconda37-x64"
3232
TEST_ALL: "no"

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ matrix:
7777
env:
7878
- PINNEDVERS='-c requirements/testing/travis36minver.txt'
7979
- DELETE_FONT_CACHE=1
80-
- EXTRAREQS='-r requirements/testing/travis36.txt'
8180
- python: 3.7
81+
- EXTRAREQS='-r requirements/testing/travis_extra.txt'
8282
- python: 3.8
83+
- EXTRAREQS='-r requirements/testing/travis_extra.txt'
8384
- python: "nightly"
8485
env:
8586
- PRE=--pre

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ steps:
9393

9494
- bash: |
9595
python -m pip install --upgrade pip
96-
python -m pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis36.txt ||
96+
python -m pip install -r requirements/testing/travis_all.txt -r requirements/testing/travis_extra.txt ||
9797
[[ "$PYTHON_VERSION" = 'Pre' ]]
9898
displayName: 'Install dependencies with pip'
9999

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extra pip requirements for the travis python 3.6 build
1+
# Extra pip requirements for the travis python 3.7+ builds
22

33
ipykernel
44
nbconvert[execute]

0 commit comments

Comments
 (0)