Skip to content

Commit 0717e52

Browse files
committed
Update python and django versions in Travis config
1 parent 6b2e9f7 commit 0717e52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
language: python
22
python:
3-
- 2.7
43
- 3.4
54
env:
6-
- DJANGO_VERSION=1.5.12
7-
- DJANGO_VERSION=1.6.10
8-
- DJANGO_VERSION=1.7.7
5+
- DJANGO_VERSION=1.8.17
96
install:
107
# Install django/nose
118
- pip install Django==$DJANGO_VERSION

0 commit comments

Comments
 (0)