Skip to content

Commit

Permalink
chore(ci): remove 'server' indication from 'deploy' section
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Vieira committed Dec 20, 2017
1 parent d52e1fc commit 21fc3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ notifications:

deploy:
provider: pypi
server: https://pypi.python.org/pypi
distributions: "sdist bdist_wheel"
user: "pv8"
password:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Changelog
------------------

- Support for Python 3.6
- Minor refactors related to code style
- Minor refactor related to code style
- Improved integration with `codeclimate <https://codeclimate.com/>`_

1.5.0 (2016-10-30)
------------------

- Automatic deploy to `PyPI <https://pypi.python.org/pypi>`_ via `Travis CI <https://docs.travis-ci.com/user/deployment/pypi/>`_
- Minor refactors
- Minor refactor
- **Dropped support for Python 3.2**

1.4.4 (2016-04-11)
Expand Down

0 comments on commit 21fc3be

Please sign in to comment.