File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 49
49
- secure : E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
50
50
- secure : dfjNqGKzQG5bu3FnDNwLG8H/C4QoieFo4PfFmZPdM2RY7WIzukwKFNT6kiDfOrpwt+2bR7FhzjOGlDECGtlGOtYPN8XuXGjhcP4a4IfakdbDfF+D3NPIpf5VlE6776k0VpvcZBTMYJKNFIMc7QPkOwjvNJ2aXyfe3hBuGlKJzQU=
51
51
# Variables controlling Python dependencies.
52
- - CYCLER=cycler
53
52
- DATEUTIL=python-dateutil
54
53
- NOSE=
55
- - NUMPY=numpy
56
54
- PANDAS=
57
55
- JUPYTER=
58
56
- PYPARSING=pyparsing
@@ -92,6 +90,7 @@ matrix:
92
90
- PYTEST_COV=pytest-cov==2.3.1
93
91
- PYTEST_TIMEOUT=pytest-timeout==1.2.1 # Newer pytest-timeouts don't support pytest 3.4.
94
92
- SPHINX=sphinx==1.3
93
+ - EXTRAREQS='requirements/testing/travis35.txt'
95
94
- python : 3.5
96
95
env :
97
96
# - PYTHONOPTIMIZE=2 # This currently doesn't work.
@@ -146,6 +145,7 @@ install:
146
145
- |
147
146
# Install dependencies from PyPI.
148
147
python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt
148
+ python -mpip install --upgrade -r $EXTRAREQS
149
149
python -mpip install --upgrade $PRE \
150
150
$CYCLER \
151
151
$DATEUTIL \
Original file line number Diff line number Diff line change
1
+ cycler==0.10
2
+ python-dateutil==2.1
3
+ nose
4
+ numpy==1.10.0
5
+ pandas<0.21.0
6
+ pyparsing==2.0.1
7
+ pytest==3.4
8
+ pytest-cov==2.3.1
9
+ pytest-timeout==1.2.1
10
+ sphinx==1.3
Original file line number Diff line number Diff line change 1
1
codecov
2
2
coverage
3
+ cycler
4
+ numpy
3
5
pillow
4
6
tornado
You can’t perform that action at this time.
0 commit comments