Skip to content

Commit 8a6e13c

Browse files
author
Mateusz Sikora
committed
update travis config
1 parent 51c7e78 commit 8a6e13c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
env:
6-
- DJANGO=1.5.12
7-
- DJANGO=1.6.11
85
- DJANGO=1.7.7
96
- DJANGO=1.8
10-
matrix:
11-
exclude:
12-
- python: "2.6"
13-
env: DJANGO=1.5.12
14-
- python: "2.6"
15-
env: DJANGO=1.7.7
16-
- python: "2.6"
17-
env: DJANGO=1.8
187
install:
198
- pip install -q Django==$DJANGO --use-mirrors
209
- pip install coveralls
@@ -25,4 +14,3 @@ after_success:
2514
- coveralls
2615
before_script:
2716
- flake8 . --config=flake8
28-
cache: false

0 commit comments

Comments
 (0)