From 604e71bedcd22b182fd820937129c28372ce7a7d Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 21 Jul 2014 12:02:12 +0200 Subject: [PATCH] [FIX] understand the env section --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b326bdd..ca285b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ python: - "2.7" env: - - VERSION="7.0" - - DATABASE="openerp_test" + - VERSION="7.0" DATABASE="openerp_test" virtualenv: system_site_packages: true -- 1.7.10.4