Skip to content

Commit

Permalink
fixes travis tests requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Oct 22, 2020
1 parent 7ff53e5 commit 4f537e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:
install:
- pip install --upgrade pip
- pip install $DJANGO_VERSION --upgrade
- pip install oauth2client==1.5.2
- pip install google-api-core==1.23.0
- pip install google-api-python-client==1.12.4
- pip install google-auth==1.22.1
- pip install google-auth-httplib2==0.0.4
- pip install webdriver-manager
- pip install python-dotenv
- pip install django-filer
Expand Down

0 comments on commit 4f537e4

Please sign in to comment.