From 9ca133e21c49774d944099fdbbb69a02c179c86d Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Tue, 17 Nov 2015 21:20:27 -0700 Subject: [PATCH] TST: Run tests on geopandas dir on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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