Skip to content

Commit

Permalink
move pip install -e's for oauth-dropins and granary into req't.freeze…
Browse files Browse the repository at this point in the history
….txt
  • Loading branch information
snarfed committed Oct 6, 2019
1 parent f5a893f commit 68d86fc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
virtualenv --python=python2 local
. local/bin/activate
pip install -r requirements.freeze.txt
# granary and oauth-dropins master at head. (see pip install -e 's below.)
cd /tmp; git clone https://github.com/snarfed/oauth-dropins.git
cd /tmp/oauth-dropins; git submodule sync; git submodule update --init
cd /tmp/oauth-dropins/oauth_dropins/webutil; git checkout master; git pull
pip install -e /tmp/oauth-dropins/
pip install -e git+https://github.com/snarfed/granary.git#egg=granary
ln -s $VIRTUAL_ENV local # we use app engine's vendor module to point here
pip install coverage coveralls # for https://coveralls.io/
- run:
Expand Down

0 comments on commit 68d86fc

Please sign in to comment.