Add .travis.yml
This commit is contained in:
Родитель
89b1dfaf0b
Коммит
1e1b71988d
|
@ -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
|
|
@ -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
|
Загрузка…
Ссылка в новой задаче