diff --git a/.travis.yml b/.travis.yml index 72127617196800a567855fb63f52128e2fc100a9_LnRyYXZpcy55bWw=..07a1b061a60b112a4e20eb78793b5c362c24ca0f_LnRyYXZpcy55bWw= 100644 --- 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 index 72127617196800a567855fb63f52128e2fc100a9_Yml0YnVja2V0LXBpcGVsaW5lcy55bWw=..07a1b061a60b112a4e20eb78793b5c362c24ca0f_Yml0YnVja2V0LXBpcGVsaW5lcy55bWw= 100644 --- 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