Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 8075bd3

Browse files
author
Sandro Rodrigues
committed
Added django 1.9 testing
1 parent b3379af commit 8075bd3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99

1010
env:
1111
matrix:
12+
- django19
1213
- django110
1314
- django111
1415
- djangomaster
@@ -22,7 +23,9 @@ matrix:
2223
- python: "2.7"
2324
env: djangomaster
2425
- python: "3.6"
25-
env: django110
26+
env: django19
27+
- python: "3.6"
28+
env: django111
2629
allow_failures:
2730
- env: djangomaster
2831

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[tox]
22
skipsdist = True
33
envlist =
4-
{py27,py34,py35}-django{110,111},
5-
{py35,py36}-django{111,master},
4+
py{27,34,35}-django{19,110,111},
5+
py{35,36}-django{111,master},
66
flake8
77

88
[testenv]
99
deps =
1010
coverage
1111
mock >= 2.0.0
12+
django19: Django>=1.9,<1.10
1213
django110: Django>=1.10,<1.11
1314
django111: Django>=1.11,<2.0
1415
djangomaster: https://github.com/django/django/archive/master.tar.gz

0 commit comments

Comments
 (0)