Skip to content

Commit 6fa892f

Browse files
committed
Expand tests
Include Python 3.4 and specific Django supported versions.
1 parent 8caef47 commit 6fa892f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22

33
python:
44
- "2.7"
5+
- "3.4"
56
- "3.5"
67

78
sudo: false
@@ -15,6 +16,10 @@ env:
1516
matrix:
1617
fast_finish: true
1718
include:
19+
- python: "3.6"
20+
env: DJANGO=1.11
21+
- python: "3.3"
22+
env: DJANGO=1.8
1823
- python: "2.7"
1924
env: TOXENV="flake8"
2025
- python: "2.7"

0 commit comments

Comments
 (0)