Skip to content
Snippets Groups Projects
Commit 77bc688f authored by calpe's avatar calpe
Browse files

Merged heads.

parents df1cec20 504428bc
No related branches found
No related tags found
1 merge request!41Default
......@@ -52,8 +52,7 @@
*/*.png
*/*_pythran.cpp
**/_pythran/_*.py
**/_pythran/_*.cpp
**/__pythran__/*
bench/results_bench/*.json
bench/oar_launcher_*
......
......@@ -14,5 +14,5 @@
caches:
- pip
script:
- pip install -U tox "fluidpythran>=0.0.6" --user
- pip install -U tox "fluidpythran>=0.0.8" --user
- tox -e py36,codecov
[build-system]
requires = ["setuptools", "wheel", "numpy", "fluidpythran>=0.0.4"]
\ No newline at end of file
requires = ["setuptools", "wheel", "numpy", "fluidpythran>=0.0.8"]
\ No newline at end of file
......@@ -21,5 +21,5 @@
[options]
setup_requires =
fluidpythran>=0.0.6
fluidpythran>=0.0.8
numpy
......@@ -51,7 +51,7 @@
here = Path(__file__).parent.absolute()
from fluidpythran.files_maker import make_pythran_files
from fluidpythran.dist import make_pythran_files
paths = ["fluidsim/base/time_stepping/pseudo_spect.py"]
make_pythran_files([here / path for path in paths])
......
......@@ -22,7 +22,7 @@
deps =
pip==18.0
coverage
fluidpythran>=0.0.6
fluidpythran>=0.0.8
mako
numpy
matplotlib
......
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