Skip to content

Commit

Permalink
Merge pull request #117 from mshriver/update-travis-history
Browse files Browse the repository at this point in the history
Update travis to skip cleanup
  • Loading branch information
mshriver authored Nov 10, 2020
2 parents a252b8d + 6e7594a commit fc1445a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ notifications:
deploy:
provider: pypi
skip_existing: true
skip_cleanup: true
# mshriver owned
user: mshriver
distributions: sdist bdist_wheel
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Release History
===============

3.1.0 (2020-11-10)
------------------

- Support static analysis and type annotation
- CI dropped Python 3.5

3.0.6 (2019-07-30)
------------------

Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[wheel]
universal = 1

[options]
setup_requires =
setuptools
Expand Down

0 comments on commit fc1445a

Please sign in to comment.