Skip to content

Commit

Permalink
chibisov#30 Added tests for drf 2.4.3, 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chibisov Gennady committed Nov 24, 2014
1 parent 9e6b50c commit 8e83f0b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ env:
- TOX_ENV=py27-drf2.4.0
- TOX_ENV=py27-drf2.4.1
- TOX_ENV=py27-drf2.4.2
- TOX_ENV=py27-drf2.4.3
- TOX_ENV=py27-drf2.4.4
- TOX_ENV=py27-drf3.0
- TOX_ENV=py3
- TOX_ENV=django1.5
Expand Down
16 changes: 16 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ envlist =
py27-drf2.4.0,
py27-drf2.4.1,
py27-drf2.4.2,
py27-drf2.4.3,
py27-drf2.4.4,
py27-drf3.0,
py3,
django1.5,
Expand Down Expand Up @@ -119,6 +121,20 @@ deps=
djangorestframework==2.4.2
django-guardian==1.1.1

[testenv:py27-drf2.4.3]
deps=
{[testenv]deps}
Django>=1.5,<1.6
djangorestframework==2.4.3
django-guardian==1.1.1

[testenv:py27-drf2.4.4]
deps=
{[testenv]deps}
Django>=1.5,<1.6
djangorestframework==2.4.4
django-guardian==1.1.1

[testenv:py27-drf3.0]
deps=
{[testenv]deps}
Expand Down

0 comments on commit 8e83f0b

Please sign in to comment.