fixed travis

This commit is contained in:
Rushabh Mehta 2014-02-14 15:54:43 +05:30
parent 793ba6bd37
commit 86903e5f5b

View File

@ -7,22 +7,14 @@ services:
- mysql - mysql
install: install:
- pip install git+https://github.com/webnotes/wnframework.git@4.0.0-wip && - CFLAGS=-O0 pip install git+https://github.com/frappe/wnframework.git@4.0.0-wip &&
- pip install --editable . - pip install --editable .
script: script:
cd ./test_sites/ && cd ./test_sites/ &&
webnotes --reinstall -v test_site && frappe --reinstall -v test_site &&
webnotes --install_app erpnext -v test_site && frappe --install_app erpnext -v test_site &&
webnotes --run_tests -v test_site --app erpnext frappe --run_tests -v test_site --app erpnext
branches:
except:
- develop
- master
- 3.x.x
- slow
- webshop_refactor
before_script: before_script:
- mysql -e 'create database travis' && - mysql -e 'create database travis' &&