aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2015-04-28 16:51:46 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2015-04-28 16:51:46 -0400
commit29bff0e684c3ec0121a0695861b6701c5443707c (patch)
tree6cf1c8d0e26916b7c2040cc5785e2bc2b2e1415c /.travis.yml
parentd76412b068d95454732aa3def95decf35251759a (diff)
downloadbitcoin-29bff0e684c3ec0121a0695861b6701c5443707c.tar.xz
Add some travis debugging for python scripts
Adds printing to the console before/after calls to bitcoin-cli -rpcwait, if the PYTHON_DEBUG environment variable is initialized.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 44ea7b62d7..e6578ee078 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ env:
- CCACHE_COMPRESS=1
- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
- SDK_URL=https://bitcoincore.org/depends-sources/sdks
+ - PYTHON_DEBUG=1
cache:
apt: true
directories: