Skip to content

Commit

Permalink
Adding djangorestframework==2.4.4 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Mar 11, 2015
1 parent bd6fde3 commit 99a204e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ python:
# List the versions of Django you'd like to test against
env:
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=2.3.14
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=2.4.4
- DJANGO_VERSION=1.6.8 REST_FRAMEWORK_VERSION=3.0.5
- DJANGO_VERSION=1.7.6 REST_FRAMEWORK_VERSION=2.3.14
- DJANGO_VERSION=1.7.6 REST_FRAMEWORK_VERSION=2.4.4
- DJANGO_VERSION=1.7.6 REST_FRAMEWORK_VERSION=3.0.5
before_install:
- export DJANGO_SETTINGS_MODULE=tests.test_settings
Expand Down

0 comments on commit 99a204e

Please sign in to comment.