Skip to content

Commit 31a6ad1

Browse files
committed
Add docker build to travis
Require that the image build succeeds in order to pass ci
1 parent 2b92c8e commit 31a6ad1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: python
22
python:
33
- "3.7"
4+
services:
5+
- "docker"
46

57
install:
68
- "pip install -r requirements.txt"
79
script:
810
- "pylint --load-plugins pylint_quotes packet/routes packet"
11+
- "docker build -t packet ."

0 commit comments

Comments
 (0)