Skip to content

Commit

Permalink
Merge eae9b23 into b8926ff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Feb 29, 2020
2 parents b8926ff + eae9b23 commit 7ba3962
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.7
env: TOXENV=coveralls
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
# "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
keywords="vallen acoustic-emission amsy sqlite pridb tradb",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = pylint, mypy, py36, py37, coverage-report
envlist = pylint, mypy, py36, py37, py38, coverage-report

[testenv:pylint]
skip_install = true
Expand Down

0 comments on commit 7ba3962

Please sign in to comment.