File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- # Extra pip requirements for the travis python 3.6 build
1+ # Extra pip requirements for the travis python 3.7+ builds
22
33ipykernel
44nbconvert[execute]
You can’t perform that action at this time.
0 commit comments