workaround for shebang line length issue 30/1930/1
authorMike Marchetti <mmarchetti@sandvine.com>
Fri, 9 Jun 2017 15:45:04 +0000 (11:45 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Fri, 9 Jun 2017 15:46:48 +0000 (11:46 -0400)
jenkins pipeline job created a very long path
shebang line length was exceeded causing python interpreter to not start

Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 280145a..134636b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
 [tox]
 envlist = py27,py3,flake8
+toxworkdir={homedir}/.tox
 
 [testenv]
 deps=nose