Skip to content

Commit

Permalink
Run tests against Python 3.7 and add classifier (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and andrewgodwin committed Aug 24, 2018
1 parent 3922f09 commit 5876092
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
Expand Up @@ -19,6 +19,9 @@ script:

jobs:
include:
- python: "3.7"
dist: xenial
sudo: required
- stage: deploy
script: skip
deploy:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
],
)

0 comments on commit 5876092

Please sign in to comment.