added updated to req and setup and test

This commit is contained in:
Mikela Clemmons 2014-08-25 13:03:36 -07:00
parent cc06cf0b26
commit 8dc84e675d
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
Django>=1.4
shortuuid>=0.3
shortuuid>=0.4

View File

@ -21,7 +21,7 @@ setup(
'Framework :: Django',
],
install_requires=[
"shortuuid>=0.3"
"shortuuid>=0.4"
],
include_package_data=True,
zip_safe=False,

View File

@ -5,7 +5,7 @@ DJ_VERSION=$(django-admin.py --version)
# exit if fail
[[ "$?" -ne "0" ]] && exit;
IS_16=$(echo $DJ_VERSION | grep "1.6")
IS_16=$(echo $DJ_VERSION | grep -E "1\.6|1\.7|1\.8|dev")
# if django version is not 1.6 (non-0 exit) we have to pass different
# app names to test runner