Skip to content

Commit de262f6

Browse files
committed
Updated baseline image for test_base_style
1 parent 99a899d commit de262f6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
env:
66
global:
77
- SETUP_XVFB=True
8-
- MPLBACKEND=Agg
98
- TOXENV='test'
109
- TOXARGS='-v'
1110
- TOXPOSARGS=''
2.03 KB
Loading

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ requires =
77
pip >= 19.3.1
88

99
[testenv]
10-
passenv = DISPLAY MPLBACKEND WINDIR
10+
passenv = DISPLAY WINDIR
11+
setenv =
12+
MPLBACKEND = Agg
1113
changedir = .tmp/{envname}
1214
description = run tests
1315
deps =

0 commit comments

Comments
 (0)