gitter-lab / prmf

Pathway-Regularized Matrix Factorization
https://gitter-lab.github.io/prmf/
MIT License
12 stars 0 forks source link

Enable Travis CI testing and expand test cases #5

Closed agitter closed 4 years ago

agitter commented 4 years ago

Travis CI is already enabled on this repository: https://travis-ci.com/gitter-lab/prmf

Our first step should be to create a minimal .travis.yml file that creates a suitable conda environment using env/environment.yml. We'll likely need to simplify the environment to make the installation more flexible. That will also let us start working on automatic documentation (#6).

We can add a readme badge once Travis CI is operational.