Skip to content

Commit

Permalink
Add python 3.7 test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjoMan committed Oct 25, 2018
1 parent c71ef96 commit d8c1b89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
python:
- "3.6"
matrix:
jobs:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

install:
- pip install coveralls pytest-cov flake8
- python setup.py install
Expand Down

0 comments on commit d8c1b89

Please sign in to comment.