https://github.com/tensorly/tensorly
Revision 3438c5a5a129cff246f58aa5b00567790956b8f4 authored by Jean KOSSAIFI on 30 October 2016, 17:50:35 UTC, committed by Jean KOSSAIFI on 30 October 2016, 17:50:35 UTC
1 parent 76b6361
Raw File
Tip revision: 3438c5a5a129cff246f58aa5b00567790956b8f4 authored by Jean KOSSAIFI on 30 October 2016, 17:50:35 UTC
Added continuous integration (.travis.yml)
Tip revision: 3438c5a
.travis.yml
language: python
python:
    - "3.5"
# command to install dependencies
install: 
    - pip install -r requirements.txt
# command to run tests
script:
    - make test
back to top