Skip to content

Commit

Permalink
[ci] travis python 3.7 support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
akkefa committed Apr 20, 2019
1 parent 1d88a53 commit c96bf03
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,7 +1,13 @@
language: python

python:
- "3.6"
matrix:
include:
- python: 3.6
dist: trusty
sudo: false
- python: 3.7
dist: xenial
sudo: false

cache: pip

Expand Down

0 comments on commit c96bf03

Please sign in to comment.