Skip to content

Commit 4b77bf4

Browse files
pganssleanntzer
andcommitted
Make tox.ini work out of the box
Co-authored-by: Antony Lee <anntzer.lee@gmail.com>
1 parent 51dfcc8 commit 4b77bf4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ envlist = py35, py36
1010
changedir = /tmp
1111
setenv =
1212
MPLCONFIGDIR={envtmpdir}/.matplotlib
13+
PIP_USER = 0
14+
PIP_ISOLATED = 1
15+
MPLLOCALFREETYPE = 1
16+
usedevelop = True
1317
commands =
14-
{envpython} {toxinidir}/tests.py --processes=-1 --process-timeout=300
18+
pytest --pyargs matplotlib
1519
deps =
16-
numpy
1720
pytest

0 commit comments

Comments
 (0)