From 1560d85e859a83dcbfc20418a5b6064d37a4cd3b Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 4 Nov 2014 10:52:11 +0100 Subject: [PATCH] Run tests with unit tests only I think we don't need to run tests both separately and altogether --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71b78f2..de539f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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