We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac6ae commit 12ddd3fCopy full SHA for 12ddd3f
.travis.yml
@@ -3,6 +3,9 @@ python:
3
- "3.6"
4
services:
5
- 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
9
#install dependencies
10
install:
11
- pip install -r requirements.txt
0 commit comments