Skip to content

Commit 5e3ed0c

Browse files
committed
attempt to test againt differnt django versions
1 parent 88e7299 commit 5e3ed0c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ language: python
33
notifications:
44
email: false
55
env:
6-
global:
6+
- 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
711
python:
812
- 2.7
913
- 3.3
1014
- 3.4
1115
install:
16+
- pip install Django==$DJANGO_VERSION
1217
- pip install -r requirements.txt
1318
- pip install -r test_requirements.txt
1419
script:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pyexcel>=0.1.4
22
pyexcel-webio>=0.0.2
33
pyexcel-xls>=0.0.7
44
pyexcel-xlsx>=0.0.6
5-
django==1.7.1
5+
django>=1.5.12

0 commit comments

Comments
 (0)