Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 6d96752

Browse files
committed
Add djangorestframework to Travis
1 parent 3fa4b45 commit 6d96752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install:
1616
- pip install $DJANGO
1717
- pip install pytest-django==2.6.1
1818
- pip install flake8==2.2.2
19+
- pip install djangorestframework>=2.3.11
1920
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi"
2021
- export PYTHONPATH=.
2122

0 commit comments

Comments
 (0)