Skip to content

Commit

Permalink
Add MongoDB service to Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
justjasongreen committed Jul 23, 2016
1 parent 6de3f23 commit b1c1ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
python: '3.5'
services:
- mongodb
install:
- pip install tox check-manifest coveralls
script:
Expand Down

0 comments on commit b1c1ddb

Please sign in to comment.