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

1 файлов изменено, 15 вставок(+), 2 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- 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