Skip to content

Commit b4c600b

Browse files
author
Alexander Abbasov
committedSep 1, 2015
.travis.yml was updated
1 parent 3bf26d3 commit b4c600b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.4"
5+
# - "3.4"
66
# command to install dependencies
77
env:
88
- DJANGO=1.3
@@ -19,14 +19,14 @@ matrix:
1919
- python: "2.6"
2020
env: DJANGO=1.8
2121

22-
- python: "3.4"
23-
env: DJANGO=1.3
24-
- python: "3.4"
25-
env: DJANGO=1.4
26-
- python: "3.4"
27-
env: DJANGO=1.5
28-
- python: "3.4"
29-
env: DJANGO=1.6
22+
#- python: "3.4"
23+
# env: DJANGO=1.3
24+
#- python: "3.4"
25+
# env: DJANGO=1.4
26+
#- python: "3.4"
27+
# env: DJANGO=1.5
28+
#- python: "3.4"
29+
# env: DJANGO=1.6
3030

3131

3232
install:

0 commit comments

Comments
 (0)
Please sign in to comment.