Skip to content

Commit

Permalink
Add support of Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Kudriashev committed Sep 12, 2018
1 parent ab5de75 commit a59124f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- make bootstrap
script:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Testing',
Expand Down

0 comments on commit a59124f

Please sign in to comment.