pytorch-dnc/.travis.yml

11 lines
275 B
YAML
Raw Normal View History

2017-10-30 00:32:31 +08:00
language: python
python:
- "3.6"
# command to install dependencies
install:
- pip install http://download.pytorch.org/whl/cu75/torch-0.2.0.post3-cp36-cp36m-manylinux1_x86_64.whl
- pip install numpy
- pip install visdom
# command to run tests
script:
2017-11-30 03:14:26 +08:00
- pytest ./test