Skip to content

Commit

Permalink
Use django-1.7c1 instead of django-master
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jun 27, 2014
1 parent 9df9396 commit 8af81b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

env:
- DJANGO="Django==1.6.5"
- DJANGO="-e git://github.com/django/django.git#egg=django-master"
- DJANGO="-e git://github.com/django/django.git#egg=django-1.7c1"

# command to install dependencies
install:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git://github.com/django/django.git#egg=django-master
-e git://github.com/django/django.git#egg=django-1.7c1
django-bootstrap-form>=3.1
-e hg+https://bitbucket.org/schinckel/django-weekday-field@6cb823c5e94aad1aa5dd1caad4dd7a5be7391b28#egg=django_weekday_field-dev
elasticsearch==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
dependency_links=[
"git://github.com/toastdriven/django-haystack.git#egg=django_haystack-master",
"git://github.com/django/django.git#egg=django-master",
"git://github.com/django/django.git#egg=django-1.7c1",
],
extras_require={
"PostgreSQL": ["psycopg2"],
Expand Down

0 comments on commit 8af81b0

Please sign in to comment.