TST: Run tests on geopandas dir on Travis

This commit is contained in:
Kelsey Jordahl
2015-11-17 21:20:27 -07:00
parent 3f2a4ec0cd
commit 9ca133e21c
+1 -1
View File
@@ -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