mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
43274ae06a
Those versions are not supported anymore and thus testing is not needed anymore.
20 lines
447 B
YAML
20 lines
447 B
YAML
language: python
|
|
python:
|
|
- '2.7'
|
|
- '3.6'
|
|
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
|