Skip to content

Commit 7df225a

Browse files
author
Mickaël Guérin
committed
Add tests with DRF 3.3.x
1 parent be185c6 commit 7df225a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tox]
22
envlist =
33
django18-py{27,34,35}
4+
django18-py{27,34,35}-drf33
45
django19-py{27,34,35}
6+
django19-py{27,34,35}-drf33
57
django110-py{27,34,35}
8+
django110-py{27,34,35}-drf33
69
flake8
710
isort-check
811
skipsdist = True
@@ -16,6 +19,7 @@ deps =
1619
django18: Django>=1.8,<1.9
1720
django19: Django>=1.9,<1.10
1821
django110: Django>=1.10,<1.11
22+
drf33: djangorestframework<3.4
1923
; Requirements from demo project
2024
py27: mock
2125
-rdemo/requirements-demo.pip

0 commit comments

Comments
 (0)