lsmo-epfl / aiida-zeopp

AiiDA plugin for zeo++
Other
5 stars 8 forks source link

switch to new testing framework #36

Closed ltalirz closed 5 years ago

ltalirz commented 5 years ago

testing via singularity has proven to be a dead end - it is simply not possible to reliably pull a singularity image on travis.

need to switch to an alternative way (e.g. build docker with zeo++ inside - or compile zeo++ on travis and cache the result).

ltalirz commented 5 years ago

for the moment, I simply compile zeo++ on travis (and cache the result). Fixed in #37.