Skip to content

Commit

Permalink
👷 Add Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 12, 2019
1 parent 1644529 commit 994689c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: required

language: python

python:
- "3.6"

install:
- pip install docker pytest

services:
- docker

script:
- bash scripts/test.sh

deploy:
provider: script
script: bash scripts/build-push.sh
on:
branch: master

0 comments on commit 994689c

Please sign in to comment.