# HG changeset patch
# User paugier <pierre.augier@ens-lyon.org>
# Date 1538755025 -7200
#      Fri Oct 05 17:57:05 2018 +0200
# Node ID 07a1b061a60b112a4e20eb78793b5c362c24ca0f
# Parent  72127617196800a567855fb63f52128e2fc100a9
Again fluidpythran for CI

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