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 116120d commit 3d5ec86Copy full SHA for 3d5ec86
1 file changed
.travis.yml
@@ -2,16 +2,11 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-# - "3.2"
6
-# - "3.3"
7
-# - "pypy"
8
9
env:
10
- - DJANGO_VERSION=1.6
11
- - DJANGO_VERSION=1.5.5
12
- - DJANGO_VERSION=1.4.9
+ - DJANGO_VERSION=1.6.11
+ - DJANGO_VERSION=1.4.22
13
14
-# command to install dependencies
15
install:
16
- pip install -q Django==$DJANGO_VERSION
17
- python setup.py install
0 commit comments