mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-23 06:04:47 -04:00
quote that shell meta character
This commit is contained in:
parent
426916a238
commit
b3fa7a4e39
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ before_install:
|
||||||
- sudo pip install ansible==2.1.3.0
|
- sudo pip install ansible==2.1.3.0
|
||||||
install:
|
install:
|
||||||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler 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 warcprox>=2.1b1.dev71 pytest
|
- pip install $TRAVIS_BUILD_DIR 'warcprox>=2.1b1.dev71' pytest
|
||||||
script:
|
script:
|
||||||
- DISPLAY=:1 py.test -v tests
|
- DISPLAY=:1 py.test -v tests
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue