mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-24 05:49:35 -04:00
try to fix error from pip install with extras (pip install file:///...brozzler[webconsole]) by including #egg=brozzler as suggested at https://github.com/pypa/pip/issues/1236#issuecomment-32957253 , travis-ci error can be seen at 168727451
This commit is contained in:
parent
0317409811
commit
7a655da563
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ install:
|
||||||
- ls -al
|
- ls -al
|
||||||
- echo $TRAVIS_BUILD_DIR
|
- echo $TRAVIS_BUILD_DIR
|
||||||
- ls -al $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
|
- pip install $TRAVIS_BUILD_DIR pytest
|
||||||
before_script:
|
before_script:
|
||||||
- pwd
|
- pwd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue