adding requirements.txt

This commit is contained in:
Soumith Chintala 2016-08-16 13:58:15 -04:00
parent 34c669222d
commit eaa24dc7c8
2 changed files with 3 additions and 1 deletions

View file

@ -11,10 +11,11 @@ python:
- pypy3
install:
- travis_retry pip install pyyaml
- travis_retry pip install -r requirements.txt
- travis_retry python setup.py install
script:
- nosetests
- python test/test_torch.py
# This reportedly works around an issue downloading packages from pypi on

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
pyyaml