This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-geopandas.
commit 8ce374bc2135f7d883109965d99cb43c1be3ab3c Author: Bas Couwenberg <[email protected]> Date: Tue Aug 29 09:54:05 2017 +0200 Remove obsolete TRAVIS env var from test commands. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3cfc20c..8df154b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-geopandas (0.3.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. * Drop patches, included upstream. + * Remove obsolete TRAVIS env var from test commands. -- Bas Couwenberg <[email protected]> Tue, 29 Aug 2017 09:26:55 +0200 diff --git a/debian/rules b/debian/rules index 0c0560d..9c4dbff 100755 --- a/debian/rules +++ b/debian/rules @@ -22,10 +22,10 @@ override_dh_auto_test: # Ignore test failures on problematic architectures only ifneq (,$(findstring $(DEB_BUILD_ARCH),"i386")) PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="TRAVIS=1 nosetests -v -e test_geocode.py" dh_auto_test || echo "Ignoring test failures" + PYBUILD_TEST_ARGS="nosetests -v -e test_geocode.py" dh_auto_test || echo "Ignoring test failures" else PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="TRAVIS=1 nosetests -v -e test_geocode.py" dh_auto_test + PYBUILD_TEST_ARGS="nosetests -v -e test_geocode.py" dh_auto_test endif rm -f examples/nybb_*.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geopandas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

