Browse Source

[ADD] exclude server_environment from tests

[FIX] don't test twice
pull/118/head
Holger Brunn 10 years ago
parent
commit
07138b28f5
  1. 3
      .travis.yml

3
.travis.yml

@ -4,8 +4,7 @@ python:
- "2.7"
env:
- VERSION="6.1" ODOO_REPO="odoo/odoo"
- VERSION="6.1" UNIT_TEST="1"
- VERSION="6.1" ODOO_REPO="odoo/odoo" EXCLUDE="server_environment"
virtualenv:
system_site_packages: true

Loading…
Cancel
Save