diff --git a/.travis.yml b/.travis.yml index 653949a..3d90633 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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