Skip to content

Commit

Permalink
Test both 3.6 and 3.7 on bionic in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Jun 20, 2019
1 parent 67d42e5 commit 6bf75c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python
python:
- "3.6"
matrix:
include:
- python: 3.6
dist: bionic
- python: 3.7
dist: bionic
services:
- docker
before_install:
Expand Down

0 comments on commit 6bf75c6

Please sign in to comment.