mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-17 12:20:25 +08:00
TST: clean requirements.txt, add pysal on travis, omit _versions.py from coverage (#504)
This commit is contained in:
committed by
GitHub
parent
722223e4fb
commit
c47b28e367
@@ -9,3 +9,4 @@ omit =
|
||||
geopandas/tests/*
|
||||
geopandas/io/tests/*
|
||||
geopandas/tools/tests/*
|
||||
geopandas/_version.py
|
||||
|
||||
+2
-3
@@ -30,11 +30,10 @@ matrix:
|
||||
- python: 2.7
|
||||
env: PANDAS=0.19.2 MATPLOTLIB=1.5.3
|
||||
- python: 2.7
|
||||
env: PANDAS=0.20.2 MATPLOTLIB=1.5.3 # Make this MATPLOTLIB 2.0.x, when fixed
|
||||
env: PANDAS=0.20.2 MATPLOTLIB=2.0.2
|
||||
- python: 2.7
|
||||
env: PANDAS=master MATPLOTLIB=master
|
||||
|
||||
# Note: Python 3.6 and matplotlib versions before 1.4.3 support is hit or miss.
|
||||
- python: 3.6
|
||||
env: PANDAS=0.16.2 MATPLOTLIB=1.4.3
|
||||
- python: 3.6
|
||||
@@ -44,7 +43,7 @@ matrix:
|
||||
- python: 3.6
|
||||
env: PANDAS=0.19.2 MATPLOTLIB=1.5.3
|
||||
- python: 3.6
|
||||
env: PANDAS=0.20.2 MATPLOTLIB=1.5.3 # Make this MATPLOTLIB 2.0.x, when fixed
|
||||
env: PANDAS=0.20.2 MATPLOTLIB=2.0.2
|
||||
- python: 3.6
|
||||
env: PANDAS=master MATPLOTLIB=master
|
||||
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ install:
|
||||
- conda info -a
|
||||
- "conda create -q -n test-environment python=%PYTHON_VERSION%"
|
||||
- activate test-environment
|
||||
- conda install pandas shapely=1.5 fiona pyproj rtree matplotlib==1.5.3 descartes
|
||||
- conda install pandas shapely=1.5 fiona pyproj rtree matplotlib descartes
|
||||
- conda install pytest mock
|
||||
|
||||
test_script:
|
||||
|
||||
@@ -8,3 +8,4 @@ pytest>=3.1.0
|
||||
pytest-cov
|
||||
codecov
|
||||
rtree>=0.8
|
||||
pysal
|
||||
|
||||
@@ -3,6 +3,3 @@ shapely>=1.2.18,<1.6
|
||||
fiona>=1.0.1
|
||||
pyproj>=1.9.3
|
||||
six>=1.3.0
|
||||
# for Python 2.6 (environment marker support as of pip 6.0)
|
||||
unittest2 ; python_version < '2.7'
|
||||
ordereddict ; python_version < '2.7'
|
||||
|
||||
Reference in New Issue
Block a user