Skip to content

Commit 1a9d00d

Browse files
committed
0.6.0 Travis fixes
1 parent a78bbcf commit 1a9d00d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
5+
- "3.5"
66
env:
7-
- PIP_DJANGO='Django>=1.7,<1.8'
87
- PIP_DJANGO='Django>=1.8,<1.9'
8+
- PIP_DJANGO='Django>=1.9,<1.10'
9+
- PIP_DJANGO='Django>=1.10,<1.11'
910
install:
1011
- "pip install $PIP_DJANGO"
1112
- "pip install pyyaml coveralls"

0 commit comments

Comments
 (0)