Skip to content

Commit

Permalink
travis: Automatically deploy tags on pypi
Browse files Browse the repository at this point in the history
osc should be available on pypi for easy installation via pip.
And travis can automatically deploy on pypi so do the setup for this.

Closes openSUSE#183
  • Loading branch information
toabctl committed Aug 22, 2016
1 parent e7dc0c7 commit aa5b762
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5-dev"
- '2.7'
- '3.3'
- '3.4'
- 3.5-dev
addons:
apt:
packages:
- diffstat
sudo: false
script: cd tests; python suite.py
deploy:
provider: pypi
user: suse
password:
secure: R4+YNPW2tsiY06hibGvONYn0//1z1QdcY8VmNbYpIRly4eTAbPE9uejKpyuflUkznpEkoqCdFzi5FNFhgat9N+AkIKyX9NTkf0oxaKKbdqBM7H1V8bqLYlAO479262spRyO0ee5fV5v6g81AFjncIV+pGjtQ0Vg/sjVcvGa61bs=
on:
tags: true
distributions: sdist bdist_wheel
repo: openSUSE/osc

0 comments on commit aa5b762

Please sign in to comment.