Run tests with unit tests only

I think we don't need to run tests both separately and altogether
This commit is contained in:
Guewen Baconnier
2014-11-04 10:52:11 +01:00
parent cf70d214af
commit 1560d85e85

View File

@@ -3,9 +3,8 @@ python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"
- VERSION="8.0" UNIT_TEST="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1"
- VERSION="8.0" ODOO_REPO="OCA/OCB" UNIT_TEST="1"
virtualenv:
system_site_packages: true