Skip to content

Commit

Permalink
once again correcting travis config and adding py3 fixed requirement …
Browse files Browse the repository at this point in the history
…for django_nyt
  • Loading branch information
benjaoming committed May 19, 2014
1 parent aa2980d commit d6cf63f
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 @@ -15,7 +15,7 @@ matrix:
exclude:
# Python 2.6 support has been dropped in Django 1.7
- python: "2.6"
env: DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/"
env: DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/" SOUTH="" SORLTHUMBNAIL="sorl-thumbnail>=11.12.1b"
# Support for python 3 was added in Django 1.5
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
Expand Down
2 changes: 1 addition & 1 deletion .travis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-sekizai>=0.7
# Switch to Pillow and the dev version of sorl v12
Pillow
# Notification system
django-nyt>=0.9
django-nyt>=0.9.1
django-mptt>=0.5.5
six

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sorl-thumbnail>=11.12.1b
Pillow
six
# Notification system
django-nyt>=0.9
django-nyt>=0.9.1

0 comments on commit d6cf63f

Please sign in to comment.