From 0ec1df561ff52660ef4127d580953ed4aba9040f Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Wed, 31 Aug 2016 14:16:14 -0700 Subject: [PATCH] [FIX] Travis: Fix sqlite depends --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 90c28a5..23a57ae 100755 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ addons: - python-simplejson - python-serial - python-yaml - - sqlite3 - - libsqlite3-dev + - python-pysqlite2 env: global: @@ -35,8 +34,6 @@ install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly - - pip install -r test_requirements.txt - - pip install --upgrade git+https://github.com/laslabs/Python-Carepoint.git script: - travis_run_tests