Pull new base Docker images during CI.

This commit is contained in:
Dan Helfman 2018-10-03 19:35:42 -07:00
parent 3f22a99412
commit 4a1ee8c911
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
pipeline:
build:
image: python:3.7.0-alpine3.8
pull: true
commands:
- pip install tox
- tox