We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c7e78 commit 8a6e13cCopy full SHA for 8a6e13c
.travis.yml
@@ -1,20 +1,9 @@
1
language: python
2
python:
3
- - "2.6"
4
- "2.7"
5
env:
6
- - DJANGO=1.5.12
7
- - DJANGO=1.6.11
8
- DJANGO=1.7.7
9
- DJANGO=1.8
10
-matrix:
11
- exclude:
12
- - python: "2.6"
13
- env: DJANGO=1.5.12
14
15
- env: DJANGO=1.7.7
16
17
- env: DJANGO=1.8
18
install:
19
- pip install -q Django==$DJANGO --use-mirrors
20
- pip install coveralls
@@ -25,4 +14,3 @@ after_success:
25
- coveralls
26
before_script:
27
- flake8 . --config=flake8
28
-cache: false
0 commit comments