mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
need warcprox in python path for travis tests now
This commit is contained in:
parent
8256a34b4f
commit
426916a238
@ -7,7 +7,7 @@ before_install:
|
||||
- sudo pip install ansible==2.1.3.0
|
||||
install:
|
||||
- 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 warcprox>=2.1b1.dev71 pytest
|
||||
script:
|
||||
- DISPLAY=:1 py.test -v tests
|
||||
after_failure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user