Skip to content

Commit a89a9af

Browse files
committed
Disable optional tests for Python 3.7 due to shapely incompatibility
1 parent 047a525 commit a89a9af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ workflows:
217217
- "python-3.4-optional"
218218
- "python-3.5-optional"
219219
- "python-3.6-optional"
220-
- "python-3.7-optional"
220+
# 3.7 optional disabled due to current shapely incompatibility
221+
# - "python-3.7-optional"
221222
- "python-2.7-plot_ly"
222223
- "python-3.4-plot_ly"
223224
- "python-3.7-plot_ly"

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ deps=
6464
optional: jupyter==1.0.0
6565
optional: pandas==0.19.2
6666
optional: scipy==0.18.1
67-
optional: shapely==1.6.4.post2
67+
optional: shapely==1.6.4
6868
optional: geopandas==0.3.0
6969
optional: pyshp==1.2.10
7070
optional: pillow==5.2.0

0 commit comments

Comments
 (0)