Skip to content
Snippets Groups Projects
Commit 88a6aac1 authored by Pierre Augier's avatar Pierre Augier
Browse files

Fix CI

parent 7c68bb23
No related branches found
No related tags found
1 merge request!163Fix AttributeError: 'Colorbar' object has no attribute 'set_clim'
Pipeline #8781 passed
......@@ -5,5 +5,6 @@
tests:
image: fluiddyn/python3-stable
script:
- echo -e "[trusted]\nusers = root\ngroups = root" > ~/.hgrc
- pip install -U pip tox setuptools numpy cython mpi4py --user
- tox -e py36,codecov
......@@ -51,7 +51,8 @@
sitepackages = True
deps =
codecov
whitelist_externals = make
whitelist_externals =
make
usedevelop = False
skip_install = true
commands =
......
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