16:4938da906ae5 draft
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Nov 2018 15:10:31 +0800
pipelines: limnoria on python3

next change 17:a17ac8c926c0
previous change 15:5462b64aeecd

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
pipelines:
default:
- step:
image: python:2
max-time: 1
caches:
- pip
script:
- pip install supybot
- ln -s . Mercurial
- supybot-test Mercurial
- step:
image: python:3
max-time: 1
caches:
- pip
script:
- pip install limnoria
- ln -s . Mercurial
- supybot-test Mercurial