Skip to content

Commit

Permalink
Update current versions of django
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 27, 2013
1 parent 5a2f68a commit 5a7be04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ python:

# Manually define here the combinations of django and db versions to test
env:
# - DJANGO_VERSION=1.4.8 DB=mysql
- DJANGO_VERSION=1.4.8 DB=postgresql
- DJANGO_VERSION=1.4.8 DB=sqlite
# - DJANGO_VERSION=1.4.9 DB=mysql
- DJANGO_VERSION=1.4.9 DB=postgresql
- DJANGO_VERSION=1.4.9 DB=sqlite

# - DJANGO_VERSION=1.5.4 DB=mysql
- DJANGO_VERSION=1.5.4 DB=postgresql
- DJANGO_VERSION=1.5.4 DB=sqlite
# - DJANGO_VERSION=1.5.5 DB=mysql
- DJANGO_VERSION=1.5.5 DB=postgresql
- DJANGO_VERSION=1.5.5 DB=sqlite

# Install the application
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 @@
Django==1.5.4
Django==1.5.5
django-browserid==0.9
django-recaptcha
reportlab
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'versiontools >= 1.6',
],
install_requires=[
'django >= 1.5.3',
'django >= 1.5.5',
'reportlab',
'django-browserid == 0.9',
'django-recaptcha',
Expand Down

0 comments on commit 5a7be04

Please sign in to comment.