tests passed on travis-ci, remove travis debugging lines

This commit is contained in:
Noah Levitt 2016-10-18 17:31:47 -07:00
parent 7a655da563
commit 62781117b8
2 changed files with 1 additions and 18 deletions

View File

@ -4,28 +4,11 @@ python:
sudo: required
dist: trusty
before_install:
- pwd
- ls -al
- echo $TRAVIS_BUILD_DIR
- ls -al $TRAVIS_BUILD_DIR
- sudo apt-add-repository -y ppa:ansible/ansible
- sudo apt-get -qq update
- sudo apt-get install -y ansible
install:
- pwd
- ls -al
- echo $TRAVIS_BUILD_DIR
- ls -al $TRAVIS_BUILD_DIR
- 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
before_script:
- pwd
- ls -al
- echo $TRAVIS_BUILD_DIR
- ls -al $TRAVIS_BUILD_DIR
script:
- pwd
- ls -al
- echo $TRAVIS_BUILD_DIR
- ls -al $TRAVIS_BUILD_DIR
- py.test -v -s tests

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b7.dev101',
version='1.1b7.dev102',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',