Skip to content

Commit

Permalink
Old version of Django doesnt support Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Aug 22, 2013
1 parent 6df2442 commit 8938181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
env:
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5.1
- DJANGO_VERSION=1.5.2
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
Expand Down

0 comments on commit 8938181

Please sign in to comment.