8000 CI: don't try to install pandas on 3.7 · matplotlib/matplotlib@fb33b7b · GitHub
[go: up one dir, main page]

Skip to content

Commit fb33b7b

Browse files
committed
CI: don't try to install pandas on 3.7
1 parent 5e71326 commit fb33b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ matrix:
7474
env:
7575
- PINNEDVERS='-c requirements/testing/travis35.txt'
7676
- python: 3.6
77-
- python: 3.7
78-
sudo: true
7977
env:
8078
- DELETE_FONT_CACHE=1
8179
- PYTEST_ADDOPTS="$PYTEST_ADDOPTS --pep8"
82-
- EXTRAREQS='-r requirements/testing/travis36.txt'
80+
- EXTRAREQS='-r requirements/testing/travis37.txt'
81+
- python: 3.7
82+
sudo: true
8383
- python: "nightly"
8484
env: PRE=--pre
8585
- os: osx

0 commit comments

Comments
 (0)
0