--- a/bitbucket-pipelines.yml Fri Nov 09 15:02:13 2018 +0800+++ b/bitbucket-pipelines.yml Fri Nov 09 15:10:31 2018 +0800@@ -1,8 +1,8 @@-image: python:2- pipelines: default: - step:+ image: python:2+ max-time: 1 caches:@@ -12,3 +12,16 @@ - 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