Topic/default/fix travis
- Fix Travis CI using Ubuntu 20.04
We use Travis to check that nothing is broken and not to ensure compatibility with old OS. It would be good to be able to do that but it requires too much time and energy.
-
Only Python 3.7 and 3.8 are tested on Travis (it's enough since our CI on Heptapod uses Python 3.6).
-
PYTHRAN
environment variable that can be set to0
to disable compilation with Pythran (same as for fluidfft). -
Use
CI_COMMIT_SHA
in Heptapod CI for codecov. -
mpirun -np 2 --oversubscribe
for tests to run fine on Travis with OpenMPI > 3.
Edited by Pierre Augier
Merge request reports
Activity
Filter activity
added 1 commit
- dd0f75b8c0c4 - Use Python 3.7 & 3.8 on Travis + CI_COMMIT_SHA on Heptapod CI
added 1 commit
- 531039249563 - Use Python 3.7 & 3.8 on Travis + CI_COMMIT_SHA on Heptapod CI
added 1 commit
- 37005d220bb7 - Use Python 3.7 & 3.8 on Travis + CI_COMMIT_SHA on Heptapod CI
added 1 commit
- c6b153dd5c5a - Use Python 3.7 & 3.8 on Travis + CI_COMMIT_SHA on Heptapod CI
added 1 commit
- 9a1daca7a5c9 - Simplify Travis configuration (using Ubuntu 20.04)
added 1 commit
- 40d7f7b95824 - Try `mpirun -np 2 --oversubscribe` to avoid an error on Travis
Please register or sign in to reply