diff --git a/.travis.yml b/.travis.yml
index d86150f44c689a173214f0f6c68a68e7dd06d5e6_LnRyYXZpcy55bWw=..35296c4234863fd3af170e4d3700116ce8102b6d_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 d86150f44c689a173214f0f6c68a68e7dd06d5e6_Yml0YnVja2V0LXBpcGVsaW5lcy55bWw=..35296c4234863fd3af170e4d3700116ce8102b6d_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