Re: [mat-dev] Continuous integration

Nachricht löschen

Nachricht beantworten
Autor: jvoisin
Datum:  
To: mat-dev
Betreff: Re: [mat-dev] Continuous integration
> If I understand .travis.yml correctly, the intent here is to build and
> test current MAT against some of its dependencies installed via APT,
> and some others installed with pip. It makes me curious: what's the
> criteria used to choose how a given dependency is installed?


The speed of acceptance of the dependencies here :
https://github.com/travis-ci/apt-package-whitelist

;)