Skip to content

Commit

Permalink
[auth] Update OAuth2 Python oauthlib test package for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Oct 27, 2017
1 parent 6a4e397 commit 924b3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .ci/travis/linux/before_install.sh
Expand Up @@ -15,4 +15,3 @@


#pip3 install termcolor
pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib
1 change: 1 addition & 0 deletions .docker/Dockerfile
Expand Up @@ -88,6 +88,7 @@ RUN apt-get update \
mock \
future \
termcolor \
oauthlib \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get clean

Expand Down

0 comments on commit 924b3ff

Please sign in to comment.