From 20771621e71872231d2b5d9fecc8d3e7f65eea61 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 9 Apr 2014 20:03:27 +0530 Subject: [PATCH] Verbose app install in travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73b758f72b2..39e366c94db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,10 @@ install: - CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@develop && - pip install --editable . -script: +script: cd ./test_sites/ && frappe --reinstall test_site && - frappe --install_app erpnext test_site && + frappe --install_app erpnext test_site --verbose && frappe --request '?cmd=erpnext.setup.page.setup_wizard.setup_wizard.setup_account¤cy=USD&first_name=Test&last_name=User&company_name=Wind+Power+LLC&timezone=America/New_York&company_abbr=WP&industry=Manufacturing&country=United states&fy_start_date=2014-01-01&fy_end_date=2014-12-31' test_site && frappe --run_tests test_site --app erpnext