1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 10:06:17 +01:00

Merge branch 'deploy-on-pypi' of https://github.com/toabctl/osc

This commit is contained in:
Marcus Huewe 2016-08-23 15:46:37 +02:00
commit 716560f628

View File

@ -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