Fix argument passing to Travis
This commit is contained in:
parent
0eb12b8fa0
commit
bb2847fee9
@ -7,5 +7,5 @@ else
|
|||||||
args=()
|
args=()
|
||||||
[[ $TESTENV == docs ]] && args=('--no-authors')
|
[[ $TESTENV == docs ]] && args=('--no-authors')
|
||||||
|
|
||||||
tox -e $TESTENV "${args[@]}"
|
tox -e $TESTENV -- "${args[@]}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user