Fixing tarballl creation - part 2

Since the previous commit did not fix the issue.

Change-Id: Idb3357370ff3ed526004e289b42eb25feaba77b0
This commit is contained in:
Sumit Naiksatam 2016-06-08 19:44:46 -07:00
parent 35278b9b3c
commit 28ff7448c8
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ commands =
coverage html --include='gbpservice/*' -d covhtml -i
[testenv:venv]
install_command = pip install -U {opts} {packages}
commands = {posargs}
[testenv:docs]