Skip to content

Commit

Permalink
Automatically overwrite configfile for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
pinae committed Feb 17, 2015
1 parent 493d3ea commit 38af498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ python:
# installation of dependencies outside of the virtualenv
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libcap-dev mongodb
- sudo apt-get install -y libcap-dev
- sudo export DEBIAN_FRONTEND=noninteractive
- sudo apt-get install -o Dpkg::Options::="--force-confnew" --force-yes -y mongodb
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit 38af498

Please sign in to comment.