Skip to content

Commit 232f300

Browse files
Merge pull request #70 from avadev/travis-update
Travis update
2 parents acef0f9 + ae91575 commit 232f300

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- '2.7'
44
- '3.6'
5-
install:
5+
install:
66
- pip install -e .[test]
77
- pip install -e .
88
- pip install pytest-cov
@@ -21,3 +21,13 @@ notifications:
2121
on_failure: never
2222
template:
2323
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
24+
before_deploy:
25+
- python3 setup.py sdist
26+
deploy:
27+
provider: pypi
28+
user: Avalara
29+
password:
30+
secure: cCLjCZUuSjJOLj5L7SQE4pz9YMk6hyzEbJGY4p6f93wG4mzF2y2LGZhD3k6ZJtBCgxrEHRxAfQl2k5U7ZmDAu8iwsG//V1fLWHaiIHT26Ran29qkDat04xL3ILRcQyJUx7xIJ1cwbRlQR9X0vRjpfmUitQCPM0Zx6ZE7Wj+1NTNm5EUbmr0qj7ZiRP5LC4A8kOs2Wuhwh08QWIfI9qKOk/w6odos2JfT8alipKIVRzdON9XmcslgZL1/T6++iztw+JVAi//MJIaq3Tq9BR/uQ03Oa+K2gTYBYlXHDNhP0uR0kDlEj6NTyUWTwF+DZei47wTpPHGYOCr5+HyxkvJ0yrPNX2gn26dLRWQjZnuTkake7cAUdP8LMPrf4yO/LreJrfZp2tKpJNbjYN+fzcwp6jLXgiFmyGVDXE/lp7xtGG/ELGcEqsr++M78Zq7iI3cHJW639quEDBYbEcA8jmEFh3DSJDW7GHXnz01unPty8dVUXgio0l3mWU2V0/dZe5oYTa56xldYzOYjAWtZv36sO7yE9JseDJb0TcHhfIIITvNjcp7GiXpsy2MznGAFjr2xyvTdadE2pb7WInuH2i6o3MPN6EJRvdhelgsuAPcbkNYFvQD4GadYs6tOzCz3Pfnf6nUkM1MdjTv3awY7mgbE6glCapBIyS7A6Rg7dRbIv2g=
31+
on:
32+
tags: true
33+
repo: master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='Avalara',
12-
version='19.9.0',
12+
version='19.9.1',
1313
url='https://github.com/avadev/AvaTax-REST-V2-Python-SDK',
1414
package_dir={'': 'src'},
1515
py_modules=[

0 commit comments

Comments
 (0)