We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b42aad commit 72d25deCopy full SHA for 72d25de
.travis.yml
@@ -80,15 +80,20 @@ matrix:
80
dist: trusty
81
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
82
env:
83
+ - DELETE_FONT_CACHE=1
84
- PINNEDVERS='-c requirements/testing/travis35.txt'
85
- python: 3.6
86
87
- DELETE_FONT_CACHE=1
88
- EXTRAREQS='-r requirements/testing/travis36.txt'
89
- python: 3.7
90
sudo: true
91
+ env:
92
93
- python: "nightly"
- env: PRE=--pre
94
95
+ - PRE=--pre
96
97
- os: osx
98
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
99
only: master
0 commit comments