38:ec32ce289f91 draft
Anton Shestakov <av6@dwimlabs.net>, Sun, 16 Dec 2018 11:17:34 +0800
plugin: highlight differential replies in color, similar to bz

previous change 17:a17ac8c926c0

bitbucket-pipelines.yml

Permissions: -rw-r--r--

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