Skip to content

Commit

Permalink
updated travis config
Browse files Browse the repository at this point in the history
remove travis_run_flake8
set a separate env for testing sale_quotation_sourcing, and it seems that
another addon is changing a return value which makes our tests unhappy
  • Loading branch information
gurneyalex committed Sep 12, 2014
1 parent 697af11 commit f7fbc19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -4,8 +4,10 @@ python:
- "2.7"

env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"
- VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="sale_quotation_sourcing"
- VERSION="8.0" ODOO_REPO="OCA/OCB" EXCLUDE="sale_quotation_sourcing"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="sale_quotation_sourcing"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="sale_quotation_sourcing"

virtualenv:
system_site_packages: true
Expand All @@ -20,7 +22,6 @@ install:
- travis_install_nightly

script:
- travis_run_flake8
- travis_run_tests

after_success:
Expand Down

0 comments on commit f7fbc19

Please sign in to comment.