1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00
github.com_openSUSE_osc/.travis.yml
lethliel 43274ae06a remove python 3.3 and 3.4 from testing
Those versions are not supported anymore and thus testing
is not needed anymore.
2019-07-17 11:35:10 +02:00

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