Skip to content

Commit

Permalink
Travis CI: extend Python test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Nov 29, 2018
1 parent 4abf07e commit 4c86d58
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
sudo: required
sudo: false

language: python

python:
- 3.5
- 3.6
- "3.5"
- "3.6"
- "3.7"

services:
- docker

env:
- PYTHON_HYDRA_LOCAL=1

cache: pip

before_install:
- >
docker run -d
Expand Down

0 comments on commit 4c86d58

Please sign in to comment.