Skip to content

Commit

Permalink
Add compatibility with Python 3.7 stage
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 26, 2019
1 parent be8f6fd commit a75ee1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ before_script:

jobs:
include:
- stage: Check compatibility with Python 3.7
python: 3.7
dist: bionic
script:
- make install

- stage: Functional tests
before_script:
- sudo apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = MIT
description-file = DESCRIPTION.rst
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/riotkit-org/infracheck
python_requires = >=3.5
python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Expand Down

0 comments on commit a75ee1d

Please sign in to comment.