~netlandish/django-wiki

9664ce11ff94567dd3ab25277adbfaac1c335559 — benjaoming 11 years ago 3607ea8
Add PIL to requirements.txt and remove Python 2.5 from travis
3 files changed, 2 insertions(+), 2 deletions(-)

M .travis.yml
M .travis/requirements.txt
M requirements.txt
M .travis.yml => .travis.yml +0 -1
@@ 1,6 1,5 @@
language: python
python:
  - "2.5"
  - "2.6"
  - "2.7"
# command to run tests

M .travis/requirements.txt => .travis/requirements.txt +1 -1
@@ 3,4 3,4 @@ Markdown<2.3.0
django-sekizai<0.7
django-mptt>=0.5.3
sorl-thumbnail

PIL

M requirements.txt => requirements.txt +1 -0
@@ 4,3 4,4 @@ Markdown<2.3.0
django-sekizai<0.7
django-mptt>=0.5.3
sorl-thumbnail
PIL