Skip to content

Commit

Permalink
[IMP] travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodERPJeff committed Jun 19, 2018
1 parent 8896e1c commit 14dc5f2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
language: python
sudo: false
cache:
apt: true
directories:
- $HOME/.cache/pip

python:
- "2.7.13"

addons:
postgresql: "9.5"
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

language: python

python:
- "2.7"

env:
global:
- VERSION="10.0" ODOO_REPO="osbzr/base" LINT_CHECK="0" PGPASSWORD="travis"


virtualenv:
system_site_packages: true
- PHANTOMJS_VERSION="latest"

install:
- git clone http://github.com/GoodERPJeff/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
Expand All @@ -32,4 +35,4 @@ script:
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success

0 comments on commit 14dc5f2

Please sign in to comment.