Skip to content

Commit

Permalink
Travis CI: Add Python 3.7 to the testing (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and hellock committed Jun 4, 2019
1 parent 50c6ae6 commit 510f0a2
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,4 +1,4 @@
dist: trusty
dist: xenial
language: python

install:
Expand All @@ -7,6 +7,7 @@ install:
python:
- "3.5"
- "3.6"
- "3.7"

script:
- flake8
- flake8

0 comments on commit 510f0a2

Please sign in to comment.