Skip to content

Commit

Permalink
Update to DRF 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ritchie committed Apr 1, 2015
1 parent 60165e6 commit 4595871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
fast_finish: true

install:
- pip install Django==$DJANGO_VERSION djangorestframework==3.0.5
- pip install Django==$DJANGO_VERSION djangorestframework==3.1.1
- pip install coveralls
script:
coverage run runtests.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
license='BSD',
packages=find_packages(exclude=['tests*']),
install_requires=[
'djangorestframework>=3.0.5'
'djangorestframework>=3.1.1'
],
test_suite='runtests.run',
tests_require=['Django'],
Expand Down

0 comments on commit 4595871

Please sign in to comment.