Skip to content
Snippets Groups Projects
Commit db8f57f3 authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

Atleast fluidpythran==0.0.6 in tox and bitbucket pipelines

parent e208a2d6
No related branches found
No related tags found
1 merge request!28Fluidpythran 0.0.6 for tests
......@@ -11,6 +11,7 @@
find fluidsim -name "__pycache__" -type d | xargs rm -rf
cleanpythran:
find fluidsim -type d -name _pythran | xargs rm -rf
find fluidsim -name "*pythran*.cpp" -delete
find fluidsim -name "*pythran*.so" -delete
......
......@@ -14,5 +14,5 @@
caches:
- pip
script:
- pip install -U tox fluidpythran --user
- pip install -U tox "fluidpythran>=0.0.6" --user
- tox -e py36,codecov
......@@ -18,10 +18,1 @@
- tox -e py36,codecov
dev:
- parallel:
- step:
image: fluiddyn/python3-stable
caches:
- pip
script:
- pip install -U tox fluidpythran --user
- tox -e py36,codecov
......@@ -22,7 +22,7 @@
deps =
pip==18.0
coverage
fluidpythran
fluidpythran>=0.0.6
mako
numpy
matplotlib
......@@ -41,7 +41,7 @@
xarray
hg+https://bitbucket.org/fluiddyn/fluiddyn#egg=fluiddyn
hg+https://bitbucket.org/fluiddyn/fluidfft#egg=fluidfft
py{27,36}-pythran: git+https://github.com/serge-sans-paille/pythran#egg=pythran[deps]
py36-pythran: git+https://github.com/serge-sans-paille/pythran#egg=pythran[deps]
commands =
make _tests_coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment