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 88e7299 commit 5e3ed0cCopy full SHA for 5e3ed0c
.travis.yml
@@ -3,12 +3,17 @@ language: python
3
notifications:
4
email: false
5
env:
6
- global:
+ - DJANGO_VERSION=1.5.12
7
+ - DJANGO_VERSION=1.6.11
8
+ - DJANGO_VERSION=1.7.8
9
+ - DJANGO_VERSION=1.8.2
10
+ - DJANGO_VERSION=1.9
11
python:
12
- 2.7
13
- 3.3
14
- 3.4
15
install:
16
+ - pip install Django==$DJANGO_VERSION
17
- pip install -r requirements.txt
18
- pip install -r test_requirements.txt
19
script:
requirements.txt
@@ -2,4 +2,4 @@ pyexcel>=0.1.4
2
pyexcel-webio>=0.0.2
pyexcel-xls>=0.0.7
pyexcel-xlsx>=0.0.6
-django==1.7.1
+django>=1.5.12
0 commit comments