# HG changeset patch
# User paugier <pierre.augier@univ-grenoble-alpes.fr>
# Date 1541602156 -3600
#      Wed Nov 07 15:49:16 2018 +0100
# Node ID 57ff7d6c9b9a5d9634612cf4396bc5673bb12975
# Parent  db8f57f348bff4a1cab10e7bbe7b7c102f53fa03
Atleast fluidpythran==0.0.6.post0 in tox

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -14,5 +14,5 @@
             caches:
               - pip
             script:
-              - pip install -U tox "fluidpythran>=0.0.6" --user
+              - pip install -U tox --user
               - tox -e py36,codecov
diff --git a/setup.cfg b/setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,5 +21,5 @@
 
 [options]
 setup_requires =
-    fluidpythran>=0.0.6
+    fluidpythran>=0.0.6.post0
     numpy
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -123,7 +123,7 @@
     "future >= 0.16",
     "h5py",
     "h5netcdf",
-    "fluidpythran >= 0.0.6",
+    "fluidpythran >= 0.0.6.post0",
     "setuptools_scm",
     "xarray"
 ]
diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@
 deps =
     pip==18.0
     coverage
-    fluidpythran>=0.0.6
+    fluidpythran>=0.0.6.post0
     mako
     numpy
     matplotlib