Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
👷 Add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 5, 2019
1 parent 73a71c4 commit 58de50a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -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/deploy.sh
on:
branch: master

0 comments on commit 58de50a

Please sign in to comment.