Commit acdedc4a authored by Hagen Wierstorf's avatar Hagen Wierstorf Committed by Soumith Chintala
Browse files

TST: add travis config (#100)

parent 9f7d51de
language: python
dist: xenial
matrix:
include:
- python: "3.5"
addons:
apt:
packages:
sox
libsox-dev
libsox-fmt-all
libpython3.5-dev
install:
- pip install torch
- python setup.py install
script:
- python -m unittest
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment