Merge 0ecd240f0c563f6bafc264bec390c1d14cdb49f5 into a370e7b987d3c844e28fa9f24f6a20909abd4525

This commit is contained in:
Noah Levitt 2016-10-18 00:56:15 +00:00 committed by GitHub
commit 9b5ba071aa
2 changed files with 28 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- 3.4
sudo: required
dist: trusty
before_install:
- sudo apt-add-repository -y ppa:ansible/ansible
- sudo apt-get -qq update
- sudo apt-get install -y ansible
before_script:
- ansible-playbook -e brozzler_pip_name=. --inventory-file=ansible/hosts-localhost ansible/playbook.yml
- pip install . pytest
script:
- py.test -v -s tests

14
ansible/hosts-localhost Normal file
View File

@ -0,0 +1,14 @@
[rethinkdb]
localhost
[warcprox]
localhost
[brozzler-worker]
localhost
[brozzler-webconsole]
localhost
[pywb]
localhost