Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit f8e4a1e

Browse files
committed
Update .travis.yml
1 parent 5ec429a commit f8e4a1e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ python:
55
- "2.7"
66
- "3.2"
77
- "3.3"
8+
- "3.4"
89

910
env:
10-
- DJANGO="django==1.6"
11-
- DJANGO="django==1.5.5"
12-
- DJANGO="django==1.4.10"
13-
- DJANGO="django==1.3.7"
11+
- DJANGO="django==1.6.5"
12+
- DJANGO="django==1.5.8"
13+
- DJANGO="django==1.4.13"
1414

1515
install:
1616
- pip install -r requirements.txt
@@ -21,10 +21,8 @@ script:
2121
matrix:
2222
exclude:
2323
- python: "3.2"
24-
env: DJANGO="django==1.4.10"
25-
- python: "3.2"
26-
env: DJANGO="django==1.3.7"
27-
- python: "3.3"
28-
env: DJANGO="django==1.4.10"
24+
env: DJANGO="django==1.4.13"
2925
- python: "3.3"
30-
env: DJANGO="django==1.3.7"
26+
env: DJANGO="django==1.4.13"
27+
- python: "3.4"
28+
env: DJANGO="django==1.4.13"

0 commit comments

Comments
 (0)