Skip to content

Commit 4912fa5

Browse files
committed
Fix an issue with setup scripts in tox.ini.
This tweaks `tox.ini` to install additional packages in such a way that we don't run afoul of the issues in #4.
1 parent c431900 commit 4912fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py26,py27,pypy,py33,py34
44
[testenv]
55
deps = nose
66
commands =
7-
pip install google-apitools[testing]
7+
pip install -e .[testing] -q --log={envlogdir}/pip-extra-install.log
88
nosetests
99

1010
[testenv:py33]

0 commit comments

Comments
 (0)