Skip to content

Commit

Permalink
Merge pull request #48 from mide/add-docker-travis-build
Browse files Browse the repository at this point in the history
Adds Docker builds to Travis.
  • Loading branch information
stevemac007 authored Jan 26, 2018
2 parents a889bd7 + 63024dc commit 75d0ba5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ after_success:
# to publish multiple times.
jobs:
include:
- stage: Docker Build Test
script: docker build -f Dockerfile .
python: '3.6'
- stage: Docker Build Test
script: docker build -f Dockerfile.python2 .
python: '2.7'
- stage: deploy
python: '2.7'
install: skip
Expand Down

0 comments on commit 75d0ba5

Please sign in to comment.