Skip to content

Commit

Permalink
Add python 3.9 classifier
Browse files Browse the repository at this point in the history
Add a tox file for easier local testing
  • Loading branch information
kageurufu committed Oct 7, 2020
1 parent 8dfdb99 commit f67a872
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "pypy"
script: python setup.py test
deploy:
edge: true
provider: pypi
user: __token__
distributions: sdist bdist_wheel
skip_existing: true
on:
tags: true
repo: zapier/email-reply-parser
python: 3.9
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
)
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py27, py34, py35, py36, py37, py38, py39, pypy

[testenv]
commands =
python setup.py test

0 comments on commit f67a872

Please sign in to comment.