set django version in paver args

This commit is contained in:
Stuart Young
2017-10-23 15:08:29 -04:00
parent 6e846fd938
commit 7f94d311c0

View File

@@ -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