Browse Source

travis ci: add python 3.7

pull/189/head
Rossen Georgiev 6 years ago
parent
commit
3cce22597c
  1. 5
      .travis.yml

5
.travis.yml

@ -6,6 +6,11 @@ python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install: install:
- make init - make init
- pip install coveralls - pip install coveralls

Loading…
Cancel
Save