Skip to content

Commit

Permalink
Merge 9562be6 into a82b873
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed May 11, 2020
2 parents a82b873 + 9562be6 commit 8159b21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,8 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38

script:
- tox -e $TOXENV
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -24,6 +24,7 @@ METSRW has been tested with:
* Python 3.5
* Python 3.6
* Python 3.7
* Python 3.8

## Basic Usage

Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -51,6 +51,9 @@ def find_version(*file_paths):
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
keywords="mets",
packages=find_packages(exclude=["docs", "fixtures", "requirements", "tests*"]),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,35,36,37}, linting, docs
envlist = py{27,35,36,37,38}, linting, docs
skip_missing_interpreters = True
skipsdist = True

Expand Down

0 comments on commit 8159b21

Please sign in to comment.