Skip to content

Commit a3e6049

Browse files
committed
Add mongodb service to .travis.yml
1 parent 4c35d66 commit a3e6049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- 3.2
88
- pypy
99

10-
install: python setup.py install
10+
services:
11+
- mongodb
1112

1213
script: python setup.py test

0 commit comments

Comments
 (0)