Skip to content
Snippets Groups Projects
Commit 1308c93eeb40 authored by CharlieC's avatar CharlieC
Browse files

Initial Bitbucket Pipelines configuration

parent 8c7ad6904ebe
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment