# HG changeset patch # User paugier <pierre.augier@ens-lyon.org> # Date 1538752343 -7200 # Fri Oct 05 17:12:23 2018 +0200 # Node ID 35296c4234863fd3af170e4d3700116ce8102b6d # Parent d86150f44c689a173214f0f6c68a68e7dd06d5e6 Add fluidpythran in bitbucket-pipelines.yml and .travis.yml (why needed?) diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -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: - | diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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