Skip to content

Commit c26ec00

Browse files
committed
Build in travis script, only deploy to pypi on master
1 parent 9a9327f commit c26ec00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ install:
2323
- pip install tox-travis
2424
script:
2525
- tox
26+
- python setup.py sdist bdist_wheel
2627
deploy:
2728
- provider: releases
28-
before_deploy: python setup.py sdist bdist_wheel
2929
skip_cleanup: true
3030
api_key:
3131
secure: 5/s0vQp3qmyE3lg38a1zTQM+HyUS0fnegvNHy3kh7cBacX60HakLmSA+NlUZX/epxHSb6eUJTg00ZCg89oOH5WWGPNkMRk3302MKWtNZXabR4JcOspGVnM9XBVpT+E3EDZumlC6p5YrX89QueelU0Isd/9AY1pbPxjAqMGgAPcuuKxWbxTYBkHBSIdm1xpU/P8PlFBtIJaeCgsZr72/AmuYXjb0gfVDoVaJa5hdj8gG47kWK3N4mwU+yh+A6BjUeuEUaUy2QYSK3KaB1AGw9w+6cZb0Odx6frrzdUx2sUP8yAxSIUgEjcygG9fy8ZUiwxJtyTzqIxx+1ssdp6oNVJzwWSaDVQE4l7GtipV+iEMr247LlChs+z7tNElYyZhZRj9rwqUwaNzlwIrIAf7zIuhZRH6G8b/8wka9RIMo7m+ivyVF2RiDjatqchE1BDClUrEdpWIzXRQywiPehDsmDOHGe2PaFdb8QFjdP2Q2onWg4Y7ou6LTPUFrqy0Oz0J8tvPdyliNsIW9crZjibJhx2ChbjMU8QxyzjlU17lhsHOeRR60NbZu0n5ZRkULMFycsRzwAE6CbyU8IktjQIRlXhjfAd0JSNqFvq8S17x51yjBU/sOmeJwfqMKQY2beuCaNhcJj5HksvKNmrc4zGPk6oiOJvbpm7KDQh0pCRKrewks=
@@ -46,3 +46,4 @@ deploy:
4646
tags: true
4747
python: "3.6"
4848
condition: $NO_DEPLOY != 1
49+
branch: master

pydocstring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:py:func:`pydocstring.generate_docstring` with the source code and the position of your cursor.
44
"""
55

6-
__version__ = "0.1.3"
6+
__version__ = "0.1.4"
77

88
import parso
99
from parso.python.tree import search_ancestor, BaseNode

0 commit comments

Comments
 (0)