# HG changeset patch
# User CharlieC <charlie.clark@clark-consulting.eu>
# Date 1544888959 0
#      Sat Dec 15 15:49:19 2018 +0000
# Node ID 1308c93eeb40c589def4702353dff3c3d6b96e37
# Parent  8c7ad6904ebe0ff98c204a3e77d7e78528b10ffe
Initial Bitbucket Pipelines configuration

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
new file mode 100644
--- /dev/null
+++ b/bitbucket-pipelines.yml
@@ -0,0 +1,18 @@
+image: openpyxl/openpyxl-ci
+
+pipelines:
+  default:
+  - step:
+      caches:
+        - pip
+      script:
+        - /tools/clean-launch.sh tox --skip-missing-interpreters -- -qrf
+        - export GIT_ID=$(hg tip --template '{node}\n')
+        - export GIT_AUTHOR_NAME=$(hg tip --template '{author|person}\n')
+        - export GIT_AUTHOR_EMAIL=$(hg tip --template '{author|email}\n')
+        - export GIT_COMMITTER_NAME=$(hg tip --template '{author|person}\n')
+        - export GIT_COMMITTER_EMAIL=$(hg tip --template '{author|email}\n')
+        - export GIT_MESSAGE=$(hg tip --template '{desc}\n')
+        - export GIT_BRANCH=$(hg branch)
+        - export GIT_URL=https://bitbucket.org/openpyxl/et_xmlfile
+        - /tools/clean-launch.sh tox -e cov
\ No newline at end of file