Skip to content

Commit 8ce3351

Browse files
committed
Update tox env setup
1 parent b413826 commit 8ce3351

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ envlist=
33
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, pypy, pypy3
44

55
[testenv]
6+
whitelist_externals=make
67
deps=
7-
unittest2
8+
-rrequirements-dev.txt
9+
install_command=
10+
make compile
11+
pip install {opts} {packages}
812
commands=
913
unit2 discover tests []
1014

0 commit comments

Comments
 (0)