Commit 7f94d311 by Stuart Young

set django version in paver args

parent 6e846fd9
......@@ -68,7 +68,12 @@ function emptyxunit {
END
}
PAVER_ARGS="-v"
if [[ $DJANGO_VERSION == '1.11' ]]; then
PAVER_ARGS="-v --django_version=1.11"
else
PAVER_ARGS="-v"
fi
PARALLEL="--processes=-1"
export SUBSET_JOB=$JOB_NAME
case "$TEST_SUITE" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment