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 c36afb9 commit e8b54c7Copy full SHA for e8b54c7
1 file changed
.travis.yml
@@ -1,18 +1,10 @@
1
language: python
2
python:
3
- - 2.6
4
- 2.7
5
- 3.4
6
env:
7
- DJANGO_VERSION=1.8.5
8
- DJANGO_VERSION=1.6.11
9
- - DJANGO_VERSION=1.4.22
10
-matrix:
11
- exclude:
12
- - python: 2.6
13
- env: DJANGO_VERSION=1.8.5
14
- - python: 3.4
15
- env: DJANGO_VERSION=1.4.22
16
install:
17
- pip install -q Django==$DJANGO_VERSION
18
- python setup.py install
0 commit comments