Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
dist: trusty
dist: xenial
language: python
install:
......@@ -7,6 +7,7 @@ install:
python:
- "3.5"
- "3.6"
- "3.7"
script:
- flake8
\ No newline at end of file
- flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment