Skip to content

Commit

Permalink
include python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed May 2, 2019
1 parent 7ce88fb commit bb27f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: python

dist: xenial

python:
- "3.5"
- "3.6"
- "3.7"

before_install:
- pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3 :: Only",
]
include = ["LICENSE.txt"]
Expand Down

0 comments on commit bb27f1e

Please sign in to comment.