Commit 510f0a26 authored by cclauss's avatar cclauss Committed by Kai Chen
Browse files

Travis CI: Add Python 3.7 to the testing (#750)

parent 50c6ae69
dist: trusty dist: xenial
language: python language: python
install: install:
...@@ -7,6 +7,7 @@ install: ...@@ -7,6 +7,7 @@ install:
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
script: script:
- flake8 - flake8
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment