File tree Expand file tree Collapse file tree 4 files changed +16
-19
lines changed Expand file tree Collapse file tree 4 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
pip install pip --upgrade
4
- pip install numpy==" $NUMPY " pytz python-dateutil coverage setuptools html5lib lxml pytest pytest-cov wrapt codecov coveralls beautifulsoup4 isort flake8
5
-
6
- if (( $(echo "$TRAVIS_PYTHON_VERSION > 3 .5 " | bc - l) )) ; then
7
- pip install black flake8-bugbear
8
- fi
4
+ pip install numpy==" $NUMPY " lxml
5
+ pip install -r requirements-dev.txt
9
6
10
7
if [[ " $PANDAS " == " MASTER" ]]; then
11
8
PRE_WHEELS=" https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
15
12
fi
16
13
17
14
if [[ " $DOCBUILD " ]]; then
18
- pip install sphinx ipython matplotlib sphinx_rtd_theme doctr requests_cache
15
+ pip install doctr
16
+ pip install -r docs/requirements.txt
19
17
fi
Original file line number Diff line number Diff line change 1
- lxml
2
- pandas >= 0.21
3
- requests >= 2.3.0
4
- wrapt
1
+ sphinx
5
2
ipython
3
+ matplotlib
4
+ sphinx_rtd_theme
6
5
requests_cache
7
- sphinx
Original file line number Diff line number Diff line change 1
- ipython
2
- requests_cache
3
- sphinx
4
- sphinx_rtd_theme
5
- black
6
- isort
1
+ black ; python_version > '3.5'
2
+ flake8-bugbear ; python_version > '3.5'
3
+ coverage
4
+ codecov
5
+ coveralls
6
+ flake8
7
+ pytest
8
+ pytest-cov
9
+ wrapt
Original file line number Diff line number Diff line change 1
1
lxml
2
2
pandas >= 0.21
3
- pytest >= 4.0.2
4
3
requests >= 2.3.0
5
- wrapt
You can’t perform that action at this time.
0 commit comments