Skip to content

Commit

Permalink
👷 Update CI to install Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 4, 2019
1 parent 835d80f commit 29859f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ sudo: required

language: python

install:
- pip install docker pytest

services:
- docker

Expand Down

0 comments on commit 29859f7

Please sign in to comment.