Skip to content

Commit

Permalink
upgrade .travis.yml (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barra committed Jul 19, 2017
1 parent e5d8e2d commit b4cfa20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ sudo: required
language: python

python:
- "3.5.2"
- "3.5"
- "3.5.2"
- "3.6"

services:
- docker

env:
DOCKER_COMPOSE_VERSION: 1.12.0
DOCKER_COMPOSE_VERSION: 1.14.0

install:
- pip install codecov
Expand Down

0 comments on commit b4cfa20

Please sign in to comment.