Fix argument passing to Travis

This commit is contained in:
Florian Bruhin 2016-03-16 06:52:06 +01:00
parent 0eb12b8fa0
commit bb2847fee9

View File

@ -7,5 +7,5 @@ else
args=()
[[ $TESTENV == docs ]] && args=('--no-authors')
tox -e $TESTENV "${args[@]}"
tox -e $TESTENV -- "${args[@]}"
fi