Skip to content

Commit

Permalink
fixup! Add Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Jul 24, 2018
1 parent 554e4b4 commit 7a25fd5
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,5 @@
language: python
dist: xenial

python:
- 3.7
Expand All @@ -8,9 +9,9 @@ python:

matrix:
include:
- python: 3.6
- python: 3.7
env: TOXENV=docs
- python: 3.6
- python: 3.7
env: TOXENV=lint

install:
Expand Down

0 comments on commit 7a25fd5

Please sign in to comment.