Skip to content
Snippets Groups Projects
Commit bcbb0020 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

removed travis

parent 1045bd4e
Branches
Tags
No related merge requests found
language: python
python:
- 2.7
- 3.5
addons:
apt:
packages:
- libblas-dev
- liblapack-dev
- gfortran
install:
- pip install -U pip pip-tools
- pip install numpy scipy scikit-learn==0.19 matplotlib joblib argparse h5py
- cd .. && git clone https://github.com/aldro61/pyscm.git && cd pyscm/ && python setup.py install && cd ../multiview-machine-learning-omis
- pip install -e .
script:
- python -m unittest discover
#notifications:
# email:
# on_success: change
#on_failure: change
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment