Revision e49cdfd3254e20f211f6cd2006821fdf2d2f80fc authored by Jean Kossaifi on 23 August 2017, 15:25:23 UTC, committed by Jean Kossaifi on 23 August 2017, 15:25:23 UTC
1 parent 959c98c
.travis.yml
language: python
dist: trusty
python:
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls
env:
matrix:
- BACKEND=numpy
- BACKEND=mxnet
# command to run tests
script:
- travis_wait make BACKEND=numpy test-coverage
after_success:
- coveralls

Computing file changes ...