Skip to content

Commit bcda188

Browse files
committed
Update Django and python version support.
1 parent e902ed6 commit bcda188

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
5+
- "3.5"
66
env:
7-
- DJANGO='django>=1.6,<1.7'
8-
- DJANGO='django>=1.7,<1.8'
97
- DJANGO='django>=1.8,<1.9'
8+
- DJANGO='django>=1.9,<1.10'
109
- DJANGO='--pre django'
1110
matrix:
1211
allow_failures:

0 commit comments

Comments
 (0)