Skip to content

Commit

Permalink
💚 Set Python version to 3.6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 4, 2019
1 parent 29859f7 commit 486f908
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

python:
- "3.6"

install:
- pip install docker pytest

Expand Down

0 comments on commit 486f908

Please sign in to comment.