🌐 AI搜索 & 代理 主页
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ matrix:
- EXTRAREQS='-r requirements/testing/travis_flake8.txt'
- python: 3.5
env:
- PINNEDVERS='-c requirements/testing/travis35.txt'
- PINNEDVERS='-c requirements/testing/travis35_pinned_vers.txt'
- python: 3.6
env:
- DELETE_FONT_CACHE=1
Expand Down Expand Up @@ -131,7 +131,8 @@ install:
python -mpip install --upgrade pip setuptools wheel
- |
# Install dependencies from PyPI.
python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt $EXTRAREQS $PINNEDVERS
python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt $EXTRAREQS
python -mpip install --upgrade $PINNEDVERS
# GUI toolkits are pip-installable only for some versions of Python so
# don't fail if we can't install them. Make it easier to check whether the
# install was successful by trying to import the toolkit (sometimes, the
Expand Down