Skip to content

Commit

Permalink
try to fix error from pip install with extras (pip install file:///..…
Browse files Browse the repository at this point in the history
….brozzler[webconsole]) by including #egg=brozzler as suggested at pypa/pip#1236 (comment) , travis-ci error can be seen at https://travis-ci.org/internetarchive/brozzler/builds/168727451
  • Loading branch information
nlevitt committed Oct 18, 2016
1 parent 0317409 commit 7a655da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- ls -al
- echo $TRAVIS_BUILD_DIR
- ls -al $TRAVIS_BUILD_DIR
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
- pip install $TRAVIS_BUILD_DIR pytest
before_script:
- pwd
Expand Down

0 comments on commit 7a655da

Please sign in to comment.