mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-11 12:10:59 +08:00
TST: Run tests on geopandas dir on Travis
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ install:
|
||||
- if [[ $PANDAS_VERSION == 'master' ]]; then git clone git://github.com/pydata/pandas.git; cd pandas; pip install -e .; cd .. ; else pip wheel pandas==$PANDAS_VERSION; pip install pandas==$PANDAS_VERSION; fi
|
||||
|
||||
script:
|
||||
- py.test tests --cov geopandas -v --cov-report term-missing
|
||||
- py.test geopandas --cov geopandas -v --cov-report term-missing
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
Reference in New Issue
Block a user