Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 427a981

Browse files
authored
Merge pull request #11362 from pganssle/tox_update
Fix tox configuration
2 parents 1f0121a + 4b77bf4 commit 427a981

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tox.ini

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ envlist = py35, py36
88

99
[testenv]
1010
changedir = /tmp
11+
setenv =
12+
MPLCONFIGDIR={envtmpdir}/.matplotlib
13+
PIP_USER = 0
14+
PIP_ISOLATED = 1
15+
MPLLOCALFREETYPE = 1
16+
usedevelop = True
1117
commands =
12-
sh -c 'rm -f $HOME/.matplotlib/fontList*'
13-
{envpython} {toxinidir}/tests.py --processes=-1 --process-timeout=300
18+
pytest --pyargs matplotlib
1419
deps =
15-
numpy
1620
pytest

0 commit comments

Comments
 (0)