Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fluiddyn
transonic
Commits
3d8a6ced58a6
Commit
e3351af1
authored
Oct 04, 2018
by
Pierre Augier
Browse files
bitbucket-pipelines.yml
parent
b15fa992bc44
Changes
1
Hide whitespace changes
Inline
Side-by-side
bitbucket-pipelines.yml
0 → 100644
View file @
3d8a6ced
# This is a sample build configuration for Python.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
# image: fluiddyn/python-stable
pipelines
:
branches
:
default
:
-
parallel
:
-
step
:
image
:
fluiddyn/python3-stable
caches
:
-
pip
script
:
-
pip install -U tox --user
-
tox -e py36,codecov
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment