Skip to content

Commit 12ddd3f

Browse files
committed
travis docker fix
1 parent ffac6ae commit 12ddd3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ python:
33
- "3.6"
44
services:
55
- docker
6+
before_install:
7+
# Upgrade Docker to work with docker-py.
8+
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
69
#install dependencies
710
install:
811
- pip install -r requirements.txt

0 commit comments

Comments
 (0)