TST: clean requirements.txt, add pysal on travis, omit _versions.py from coverage (#504)

This commit is contained in:
Joris Van den Bossche
2017-08-25 22:06:44 +02:00
committed by GitHub
parent 722223e4fb
commit c47b28e367
5 changed files with 5 additions and 7 deletions
+1
View File
@@ -9,3 +9,4 @@ omit =
geopandas/tests/*
geopandas/io/tests/*
geopandas/tools/tests/*
geopandas/_version.py
+2 -3
View File
@@ -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
View File
@@ -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:
+1
View File
@@ -8,3 +8,4 @@ pytest>=3.1.0
pytest-cov
codecov
rtree>=0.8
pysal
-3
View File
@@ -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'