We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c431900 commit 4912fa5Copy full SHA for 4912fa5
1 file changed
tox.ini
@@ -4,7 +4,7 @@ envlist = py26,py27,pypy,py33,py34
4
[testenv]
5
deps = nose
6
commands =
7
- pip install google-apitools[testing]
+ pip install -e .[testing] -q --log={envlogdir}/pip-extra-install.log
8
nosetests
9
10
[testenv:py33]
0 commit comments