Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Add testing for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Sep 15, 2018
1 parent bec385f commit 9a44aaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ language: python

matrix:
include:
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: required
- python: "3.6"
env: TOXENV=py36
- python: "3.5"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]

KEYWORDS = (
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint
py{36,35,34,27}
py{37,36,35,34,27}

[testenv]
deps = coverage
Expand Down

0 comments on commit 9a44aaa

Please sign in to comment.