Skip to content

Commit

Permalink
Updates setup file and ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Jan 2, 2020
1 parent 9a61d17 commit 359f554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

# command to install dependencies
install:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ def extract_metaitem(meta):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 359f554

Please sign in to comment.