From dd6261491825087e5577d3fdc7444bdbfc3e1924 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Mar 2019 16:10:26 -0500 Subject: Travis (#4) * add cython to travis * add blas to travis install * fix blas dependency * trying with the atlas version of blas * add lapack too * try with lapacke * attempt to get lapack info * use correct asserts and lower threshold * decrease precision for seed test * add python 2.7 too * add travis status to readme --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5e9a18e..bf3c120 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ GenSVM Python Package ===================== +.. image:: https://travis-ci.org/GjjvdBurg/PyGenSVM.svg?branch=master + :target: https://travis-ci.org/GjjvdBurg/PyGenSVM + This is the documentation of the Python package for the GenSVM classifier, introduced in `GenSVM: A Generalized Multiclass Support Vector Machine `_ by `Gerrit J.J. van den Burg @@ -25,6 +28,9 @@ GenSVM can be easily installed through pip: pip install gensvm +If you encounter any errors, please open an issue on `GitHub +`_. + Citing ------ -- cgit v1.2.3