We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf26d3 commit b4c600bCopy full SHA for b4c600b
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
- - "3.4"
+ # - "3.4"
6
# command to install dependencies
7
env:
8
- DJANGO=1.3
@@ -19,14 +19,14 @@ matrix:
19
- python: "2.6"
20
env: DJANGO=1.8
21
22
- - python: "3.4"
23
- env: DJANGO=1.3
24
25
- env: DJANGO=1.4
26
27
- env: DJANGO=1.5
28
29
- env: DJANGO=1.6
+ #- python: "3.4"
+ # env: DJANGO=1.3
+ # env: DJANGO=1.4
+ # env: DJANGO=1.5
+ # env: DJANGO=1.6
30
31
32
install:
0 commit comments