Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Added Python 3.7 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Dec 28, 2018
1 parent 5fded72 commit 460a0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.4.2"
env: TOXENV=lint
install: pip install -U tox coveralls
Expand Down

0 comments on commit 460a0e3

Please sign in to comment.