Skip to content

Commit

Permalink
Merge pull request #25 from nielstron/py3.8
Browse files Browse the repository at this point in the history
Include tests on python 3.8
  • Loading branch information
nielstron committed Jun 3, 2020
2 parents db7fa77 + 335c4a2 commit 0efcf51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
dist: xenial
sudo: true

Expand All @@ -28,7 +29,7 @@ deploy:
provider: pypi
on:
branch: master
python: "3.7"
python: "3.8"
distributions: "sdist bdist_wheel"
skip_existing: true
username: "nielstron"
Expand Down

0 comments on commit 0efcf51

Please sign in to comment.