change .travis.yml indentation to 2 spaces (whoops) remove whitespace
@ -9,4 +9,13 @@ htmlcov/
scripts/joinmarket.cfg
scripts/cmttools/commitments.json
scripts/blacklist
alicekey
alicepubkey
bobkey
commitments_debug.txt
deps/
jmvenv/
logs/
miniircd/
nums_basepoints.txt
schedulefortesting
@ -3,24 +3,18 @@ dist: trusty
language: python
python:
- "2.7_with_system_site_packages"
before_install:
- sudo apt-add-repository ppa:bitcoin/bitcoin -y
- sudo apt-get update -q
- sudo apt-get install --no-install-recommends --no-upgrade -qq bitcoind
install:
- ./install.sh
before_script:
- source jmvenv/bin/activate
script:
- ./test/run_tests.sh
after_success:
- coveralls
branches:
only:
- test_travis