mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 22:42:32 -04:00
trying to figure out this error from travis-ci
This commit is contained in:
parent
91c36f3d21
commit
166e87a00e
1 changed files with 19 additions and 2 deletions
21
.travis.yml
21
.travis.yml
|
@ -4,11 +4,28 @@ python:
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
|
- pwd
|
||||||
|
- ls -al
|
||||||
|
- echo $TRAVIS_BUILD_DIR
|
||||||
|
- ls -al $TRAVIS_BUILD_DIR
|
||||||
- sudo apt-add-repository -y ppa:ansible/ansible
|
- sudo apt-add-repository -y ppa:ansible/ansible
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y ansible
|
- sudo apt-get install -y ansible
|
||||||
install:
|
install:
|
||||||
- ansible-playbook -e brozzler_pip_name=. --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
- pwd
|
||||||
- pip install . pytest
|
- ls -al
|
||||||
|
- echo $TRAVIS_BUILD_DIR
|
||||||
|
- ls -al $TRAVIS_BUILD_DIR
|
||||||
|
- ansible-playbook -e brozzler_pip_name=$TRAVIS_BUILD_DIR --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||||
|
- pip install $TRAVIS_BUILD_DIR pytest
|
||||||
|
before_script:
|
||||||
|
- pwd
|
||||||
|
- ls -al
|
||||||
|
- echo $TRAVIS_BUILD_DIR
|
||||||
|
- ls -al $TRAVIS_BUILD_DIR
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
|
- ls -al
|
||||||
|
- echo $TRAVIS_BUILD_DIR
|
||||||
|
- ls -al $TRAVIS_BUILD_DIR
|
||||||
- py.test -v -s tests
|
- py.test -v -s tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue