Skip to content

Commit

Permalink
Merge dd96935 into a4c46b0
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Aug 22, 2020
2 parents a4c46b0 + dd96935 commit 92bd05f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip3 install -e .[dev]
- pip3 install coveralls
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -32,6 +32,8 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX'
# yapf: enable
Expand Down

0 comments on commit 92bd05f

Please sign in to comment.