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 391c0cb commit 51dfcc8Copy full SHA for 51dfcc8
1 file changed
tox.ini
@@ -8,8 +8,9 @@ envlist = py35, py36
8
9
[testenv]
10
changedir = /tmp
11
+setenv =
12
+ MPLCONFIGDIR={envtmpdir}/.matplotlib
13
commands =
- sh -c 'rm -f $HOME/.matplotlib/fontList*'
14
{envpython} {toxinidir}/tests.py --processes=-1 --process-timeout=300
15
deps =
16
numpy
0 commit comments