Skip to content

Commit 5bd129b

Browse files
committed
install docker on travis-ci
1 parent e980b66 commit 5bd129b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sudo: required
22
language: python
33
python:
44
- "2.7"
5+
services:
6+
- docker
57
install:
68
- pip install .
79
script:

0 commit comments

Comments
 (0)