Add PyPI deployment
This commit is contained in:
parent
65b649869b
commit
752b1096b8
18
.travis.yml
18
.travis.yml
|
@ -1,8 +1,18 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
- 2.7
|
||||
- 3.5
|
||||
script:
|
||||
- pip install -U pytest
|
||||
- python setup.py test
|
||||
- pip install -U pytest
|
||||
- python setup.py test
|
||||
deploy:
|
||||
provider: pypi
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
user: jaraco
|
||||
provider: pypi
|
||||
# supply password with `travis encrypt --add deploy.password`
|
||||
distributions: release
|
||||
python: 3.5
|
||||
|
|
Loading…
Reference in New Issue
Block a user