File tree 1 file changed +19
-5
lines changed
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 36
36
- secure : RgJI7BBL8aX5FTOQe7xiXqWHMxWokd6GNUWp1NUV2mRLXPb9dI0RXqZt3UJwKTAzf1z/OtlHDmEkBoTVK81E9iUxK5npwyyjhJ8yTJmwfQtQF2n51Q1Ww9p+XSLORrOzZc7kAo6Kw6FIXN1pfctgYq2bQkrwJPRx/oPR8f6hcbY=
37
37
- secure : E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
38
38
- secure : " dfjNqGKzQG5bu3FnDNwLG8H/C4QoieFo4PfFmZPdM2RY7WIzukwKFNT6kiDfOrpwt+2bR7FhzjOGlDECGtlGOtYPN8XuXGjhcP4a4IfakdbDfF+D3NPIpf5VlE6776k0VpvcZBTMYJKNFIMc7QPkOwjvNJ2aXyfe3hBuGlKJzQU="
39
+ - CYCLER=cycler
40
+ - DATEUTIL=python-dateutil
39
41
- MOCK=
40
42
- NOSE=
41
43
- NUMPY=numpy
42
44
- PANDAS=
45
+ - PYPARSING=pyparsing
43
46
- PYTEST=pytest
44
47
- PYTEST_COV=pytest-cov
48
+ - SPHINX=sphinx
45
49
- OPENBLAS_NUM_THREADS=1
46
50
- NPROC=2
47
51
- INSTALL_PEP8=
@@ -54,7 +58,17 @@ matrix:
54
58
include :
55
59
- python : 2.7
56
60
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
57
- env : MOCK=mock NOSE=nose NUMPY=numpy==1.7.1 PANDAS=pandas PYTEST=pytest==3.0.0 PYTEST_COV=pytest-cov==2.3.1
61
+ env :
62
+ - CYCLER=cycler==0.10
63
+ - DATEUTIL=python-dateutil==2.0
64
+ - MOCK=mock
65
+ - NOSE=nose
66
+ - NUMPY=numpy==1.7.1
67
+ - PANDAS=pandas
68
+ - PYPARSING==2.0.1
69
+ - PYTEST=pytest==3.0.0
70
+ - PYTEST_COV=pytest-cov==2.3.1
71
+ - SPHINX=sphinx==1.3
58
72
- python : 3.4
59
73
env : PYTHON_ARGS=-OO
60
74
- python : 3.6
@@ -109,17 +123,17 @@ install:
109
123
pip install --upgrade $PRE \
110
124
codecov \
111
125
coverage \
112
- cycler \
126
+ $CYCLER \
113
127
$MOCK \
114
128
$NOSE \
115
129
$NUMPY \
116
130
$PANDAS \
117
131
pillow \
118
- pyparsing!=2.1.6 \
132
+ $PYPARSING \
119
133
$PYTEST \
120
134
$PYTEST_COV \
121
- python-dateutil \
122
- sphinx
135
+ $DATEUTIL \
136
+ $SPHINX
123
137
# GUI toolkits are pip-installable only for some versions of Python so
124
138
# don't fail if we can't install them. Make it easier to check whether the
125
139
# install was successful by trying to import the toolkit (sometimes, the
You can’t perform that action at this time.
0 commit comments