Skip to content

Commit

Permalink
🎨 Format Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 9, 2019
1 parent b4e8f61 commit befcab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ sudo: required
language: python

python:
- "3.6"
- "3.6"

install:
- pip install docker pytest
- pip install docker pytest

services:
- docker

script:
- bash scripts/test.sh
- bash scripts/test.sh

deploy:
provider: script
Expand Down

0 comments on commit befcab2

Please sign in to comment.