Skip to content

Commit

Permalink
Merge pull request #20 from vintasoftware/version-3.5
Browse files Browse the repository at this point in the history
Updating to drf 3.5
  • Loading branch information
victorcarrico committed Nov 14, 2016
2 parents 225a59c + 9b2bb4e commit aad0893
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion build.ini
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist = drf{21,22,23,24,30,31,32,33,34},drfbuild{21,22,23,24,30,31,32,33,34}
envlist = drf{21,22,23,24,30,31,32,33,34,35},drfbuild{21,22,23,24,30,31,32,33,34,35}

[testenv]
deps=
Expand Down Expand Up @@ -32,6 +32,9 @@ deps33 =
deps34 =
djangorestframework>=3.4,<3.5

deps35 =
djangorestframework>=3.5,<3.6

setenv =
PYTHONPATH = {toxinidir}

Expand Down Expand Up @@ -109,6 +112,13 @@ deps =
commands =
{[index]commands}

[testenv:drf35]
deps =
{[testenv]deps}
{[testenv]deps35}
commands =
{[index]commands}


# SITE GENERATION

Expand Down Expand Up @@ -183,3 +193,11 @@ envdir =
{toxworkdir}/drf34
commands =
{[build]commands}

[testenv:drfbuild35]
deps =
{[testenv:drf35]deps}
envdir =
{toxworkdir}/drf35
commands =
{[build]commands}
1 change: 1 addition & 0 deletions rest_framework_ccbv/config.py
Expand Up @@ -11,6 +11,7 @@
'3.2',
'3.3',
'3.4',
'3.5',
]


Expand Down

0 comments on commit aad0893

Please sign in to comment.