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

Commit 96fb873

Browse files
committed
Add PyJWT to Travis
1 parent 6d96752 commit 96fb873

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
@@ -17,6 +17,7 @@ install:
1717
- pip install pytest-django==2.6.1
1818
- pip install flake8==2.2.2
1919
- pip install djangorestframework>=2.3.11
20+
- pip install PyJWT>=0.1.8
2021
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi"
2122
- export PYTHONPATH=.
2223

0 commit comments

Comments
 (0)