File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
12
12
- checkout
13
13
- restore_cache :
14
14
keys :
15
- - tox -v1-{{ checksum "tox.ini" }}
16
- - tox -v1-
15
+ - py27-core -v1-{{ checksum "tox.ini" }}
16
+ - py27-core -v1-
17
17
- run :
18
18
name : Install tox
19
19
command : ' sudo pip install tox'
20
20
- run :
21
21
name : Test with tox
22
22
command : ' tox -e py27-core'
23
23
- save_cache :
24
- key : tox -v1-{{ checksum "tox.ini" }}
24
+ key : py27-core -v1-{{ checksum "tox.ini" }}
25
25
paths :
26
26
- .tox
27
27
@@ -142,13 +142,21 @@ jobs:
142
142
143
143
steps :
144
144
- checkout
145
+ - restore_cache :
146
+ keys :
147
+ - py36-optional-v1-{{ checksum "tox.ini" }}
148
+ - py36-optional-v1-
145
149
- run :
146
150
name : Install tox
147
151
command : ' sudo pip install tox'
148
152
- run : cd plotly/tests/test_optional/test_jupyter && npm install
149
153
- run :
150
154
name : Test with tox
151
155
command : ' tox -e py36-optional'
156
+ - save_cache :
157
+ key : py36-optional-v1-{{ checksum "tox.ini" }}
158
+ paths :
159
+ - .tox
152
160
153
161
" python-3.7-optional " :
154
162
docker :
@@ -224,7 +232,7 @@ workflows:
224
232
# - "python-2.7-optional"
225
233
# - "python-3.4-optional"
226
234
# - "python-3.5-optional"
227
- # - "python-3.6-optional"
235
+ - " python-3.6-optional"
228
236
# # 3.7 optional disabled due to current shapely incompatibility
229
237
# # - "python-3.7-optional"
230
238
# - "python-2.7-plot_ly"
You can’t perform that action at this time.
0 commit comments