Skip to content
Snippets Groups Projects
Commit 35296c42 authored by Pierre Augier's avatar Pierre Augier
Browse files

Add fluidpythran in bitbucket-pipelines.yml and .travis.yml (why needed?)

parent d86150f4
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
install:
- pip install -U pip setuptools wheel six colorlog
- pip install -U tox-pipenv coverage fluiddevops
- pip install -U numpy cython mako mpi4py # To be removed when pip==10 is out and this step can be bootstrapped
- pip install -U numpy cython mako mpi4py fluidpythran # To be removed when pip==10 is out and this step can be bootstrapped
before_script:
- |
......
......@@ -14,7 +14,7 @@
caches:
- pip
script:
- pip install -U tox --user
- pip install -U tox fluidpythran --user
- tox -e py36,codecov
dev:
- parallel:
......@@ -23,5 +23,5 @@
caches:
- pip
script:
- pip install -U tox --user
- pip install -U tox fluidpythran --user
- tox -e py36,codecov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment