Skip to content

Commit 8b41bf4

Browse files
committed
Updating to run against multiple Django versions.
1 parent ea6b9ab commit 8b41bf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ python:
33
- '2.7.11'
44
- '3.5.1'
55
cache: pip
6+
env:
7+
matrix:
8+
- DJANGO="Django<1.9,>=1.8"
9+
- DJANGO="Django<1.10,>=1.9"
610
install:
711
- pip install -r x_robots_tag_middleware_demo/requirements_dev.txt
812
script: coverage run --source=x_robots_tag_middleware,x_robots_tag_middleware_demo

0 commit comments

Comments
 (0)