[Python-modules-commits] [python-urllib3] 02/02: Fix env TRAVIS name

Ondrej Novy onovy at debian.org
Mon Dec 11 22:21:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-urllib3.

commit 703b2cd52ec8ec11c5a7a667ee5109cc6ba7d861
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Dec 11 23:16:18 2017 +0100

    Fix env TRAVIS name
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 212d80f..8e1961d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export PYBUILD_TEST_ARGS=\
 	--ignore=test/test_connectionpool.py \
 	--ignore=test/contrib/test_socks.py
 # Skip timing tests
-export TRAVIS_CI=1
+export TRAVIS=1
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list