--- a/bitbucket-pipelines.yml Fri Nov 09 15:10:31 2018 +0800+++ b/bitbucket-pipelines.yml Fri Nov 09 15:20:44 2018 +0800@@ -1,26 +1,22 @@ 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