anthony-nouy / tensap

Tensor Approximation Package: a Python package for the approximation of functions and tensors.
https://anthony-nouy.github.io/sphinx/tensap/master/
Other
20 stars 11 forks source link

Introduce continuous integration #5

Closed jschueller closed 4 years ago

jschueller commented 4 years ago

The idea is to use continuous integration services from Travis (https://travis-ci.org/) It allows to automatically check the changes being made to the library.

The service must be enabled manually (by the repo admin) after the .travis.yml file added here, see: https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github

Only one tutorial is run for now, the goal is to run all of them and also add more fine-grained regression tests

jschueller commented 4 years ago

@anthony-nouy could you enable Travis ? https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github