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 99a899d commit de262f6Copy full SHA for de262f6
.travis.yml
@@ -5,7 +5,6 @@ sudo: false
5
env:
6
global:
7
- SETUP_XVFB=True
8
- - MPLBACKEND=Agg
9
- TOXENV='test'
10
- TOXARGS='-v'
11
- TOXPOSARGS=''
tests/baseline/2.0.x/test_base_style.png
2.03 KB
tox.ini
@@ -7,7 +7,9 @@ requires =
pip >= 19.3.1
[testenv]
-passenv = DISPLAY MPLBACKEND WINDIR
+passenv = DISPLAY WINDIR
+setenv =
12
+ MPLBACKEND = Agg
13
changedir = .tmp/{envname}
14
description = run tests
15
deps =
0 commit comments