Closes #61: Update requirements, travis, and Makefile accordingly.

This commit is contained in:
Marina Samuel 2018-02-05 14:46:45 -05:00
Родитель bc402be8ce
Коммит 9c5341b99e
4 изменённых файлов: 1 добавлений и 16 удалений

Просмотреть файл

@ -4,7 +4,6 @@ python:
cache: pip
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
- pip install -r test_requirements.txt
script:
- make test

Просмотреть файл

@ -4,15 +4,7 @@ build:
lint:
flake8 redash_client/constants.py
flake8 redash_client/client.py
flake8 redash_client/utils.py
flake8 redash_client/dashboards/SummaryDashboard.py
flake8 redash_client/dashboards/ActivityStreamExperimentDashboard.py
flake8 redash_client/tests/base.py
flake8 redash_client/tests/test_redash.py
flake8 redash_client/tests/test_summary_dashboard.py
flake8 redash_client/test/test_utils.py
flake8 redash_client/tests/test_activity_stream_experiment_dashboard.py
flake8 redash_client/tests/test_statistical_dashboard.py
test: lint
nosetests --with-coverage --cover-package=redash_client

Просмотреть файл

@ -1,7 +1,3 @@
boto3 == 1.4.4
requests == 2.12.1
python-slugify == 1.2.4
scipy == 0.13.3
statistics == 1.0.3.5
statsmodels == 0.6.1
urllib3 == 1.21.1

Просмотреть файл

@ -1,8 +1,6 @@
boto3 == 1.4.4
coveralls == 1.1
flake8 == 3.3.0
mock == 1.3.0
requests == 2.2.0
python-slugify == 1.2.4
statistics == 1.0.3.5
statsmodels == 0.6.1
urllib3 == 1.21.1