Skip to content

Commit

Permalink
IMP travis, exclude sipreco setup data
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Jul 22, 2015
1 parent 9c17d8a commit 255124a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ python:
- "2.7"

env:
# TODO enable lint check
- VERSION="8.0" LINT_CHECK="0"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
# TODO fix EXCLUDE="sipreco_setup_data" test
# - VERSION="8.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" EXCLUDE="sipreco_setup_data"
- VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0" EXCLUDE="sipreco_setup_data"

virtualenv:
system_site_packages: true
Expand All @@ -43,7 +44,7 @@ install:
- git clone https://github.com/ingadhoc/odoo-addons.git -b 8.0.x ${HOME}/odoo-addons

# odoo argentina
- git clone https://github.com/ingadhoc/odoo-argentina.git ${HOME}/odoo-argentina
- git clone https://github.com/ingadhoc/odoo-argentina.git -b 8.0.x ${HOME}/odoo-argentina
- pip install geopy==0.95.1 BeautifulSoup

# odoo argentina fe
Expand Down

0 comments on commit 255124a

Please sign in to comment.