Skip to content

Commit 3d29ede

Browse files
Adil Naimikorfuri
authored andcommitted
exclude unsported versions from travisci
1 parent d063669 commit 3d29ede

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "3.6"
34
- "3.5"
45
- "3.4"
56
- "3.3"
@@ -20,6 +21,13 @@ matrix:
2021
env: DJANGO_VERSION=1.10
2122
- python: "3.3"
2223
env: DJANGO_VERSION=1.11
24+
- python: "3.4"
25+
env: DJANGO_VERSION=1.9
26+
- python: "2.7"
27+
env: DJANGO_VERSION=1.9
28+
- python: "2.7"
29+
env: DJANGO_VERSION=1.10
30+
2331
install:
2432
- pip install -r requirements.txt
2533
- pip install -q Django==$DJANGO_VERSION

0 commit comments

Comments
 (0)