This commit is contained in:
Marina Samuel 2017-04-12 15:44:56 -04:00
Родитель 89b1dfaf0b
Коммит 1e1b71988d
2 изменённых файлов: 16 добавлений и 0 удалений

10
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,10 @@
language: python
python:
- "2.7"
cache: pip
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- pip install -r test_requirements.txt
script:
- nosetests

6
test_requirements.txt Normal file
Просмотреть файл

@ -0,0 +1,6 @@
boto3 == 1.4.4
coverage == 4.3.4
mock == 1.3.0
requests == 2.2.0
statistics == 1.0.3.5
statsmodels == 0.6.1