Skip to content

Commit

Permalink
Merge pull request #572 from NBISweden/feature/bionic
Browse files Browse the repository at this point in the history
Test both 3.6 and 3.7 on bionic in Travis
  • Loading branch information
viklund committed Jun 25, 2019
2 parents f3ed868 + 6bf75c6 commit e57e2ac
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 e57e2ac

Please sign in to comment.