Add docker in Travis
This commit is contained in:
parent
2febca5711
commit
0c8f3d085a
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
language: python
|
language: python
|
||||||
|
sudo: required
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
install:
|
install:
|
||||||
|
- sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||||
|
- sudo chmod +x /usr/local/bin/docker-compose
|
||||||
|
- docker-compose --version
|
||||||
- pip install pytest mypy flake8
|
- pip install pytest mypy flake8
|
||||||
script:
|
script:
|
||||||
# - flake8
|
# - flake8
|
||||||
|
|
Loading…
Reference in a new issue