Skip to content

Commit c4bb544

Browse files
committedFeb 26, 2015
Allow passing arguments to tox.
1 parent 8913725 commit c4bb544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cd $THIS_DIR
88
PYTHONPATH=$THIS_DIR
99
export PYTHONPATH
1010

11-
tox
11+
exec tox ${1+"${@}"}

0 commit comments

Comments
 (0)
Please sign in to comment.