Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aericson committed Jul 25, 2016
1 parent 0196bd0 commit f78057f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
24 changes: 23 additions & 1 deletion build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist = drf{21,22,23,24,30,31,32,33},drfbuild{21,22,23,24,30,31,32,33}
envlist = drf{21,22,23,24,30,31,32,33,34},drfbuild{21,22,23,24,30,31,32,33,34}

[testenv]
deps=
Expand Down Expand Up @@ -29,10 +29,15 @@ deps32 =
deps33 =
djangorestframework>=3.3,<3.4

deps34 =
djangorestframework>=3.4,<3.5

setenv =
PYTHONPATH = {toxinidir}


# INDEX GENERATION

[index]
commands =
fab index_generator_for_version
Expand Down Expand Up @@ -97,6 +102,15 @@ deps =
commands =
{[index]commands}

[testenv:drf34]
deps =
{[testenv]deps}
{[testenv]deps34}
commands =
{[index]commands}


# SITE GENERATION

[testenv:drfbuild21]
deps =
Expand Down Expand Up @@ -161,3 +175,11 @@ envdir =
{toxworkdir}/drf33
commands =
{[build]commands}

[testenv:drfbuild34]
deps =
{[testenv:drf34]deps}
envdir =
{toxworkdir}/drf34
commands =
{[build]commands}
1 change: 1 addition & 0 deletions rest_framework_ccbv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'3.1',
'3.2',
'3.3',
'3.4',
]


Expand Down

0 comments on commit f78057f

Please sign in to comment.