Skip to content

Commit

Permalink
[FIX] Travis: Fix sqlite depends
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Aug 31, 2016
1 parent 522c760 commit 5bce223
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ addons:
- python-simplejson
- python-serial
- python-yaml
- sqlite3
- libsqlite3-dev
- python-pysqlite2

env:
global:
Expand All @@ -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
Expand Down

0 comments on commit 5bce223

Please sign in to comment.