Thanks to visit codestin.com Credit goes to github.com
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 8dd0d18 commit 746bcddCopy full SHA for 746bcdd
1 file changed
.travis.yml
@@ -87,14 +87,11 @@ matrix:
87
- EXTRAREQS='-r requirements/testing/travis_flake8.txt'
88
- python: 3.6
89
env:
90
- - CPPFLAGS=--coverage
91
- PINNEDVERS='-c requirements/testing/travis36minver.txt'
92
- DELETE_FONT_CACHE=1
93
- EXTRAREQS='-r requirements/testing/travis36.txt'
94
- python: 3.7
95
sudo: true
96
- env:
97
98
- python: "nightly"
99
100
- PRE=--pre
@@ -162,6 +159,11 @@ install:
162
159
echo 'wxPython is available' ||
163
160
echo 'wxPython is not available'
164
161
+ # Set flag in a delayed manner to avoid issues with installing other packages
+ - |
+ if [[ $RUN_PYTEST == 1 ]]; then
165
+ export CPPFLAGS=--coverage
166
+ fi
167
- |
168
# Install matplotlib
169
python -mpip install -ve .
0 commit comments