From 515307b4045394a39814ff70a93d3f0f30245eb7 Mon Sep 17 00:00:00 2001 From: pavoni Date: Fri, 29 Jan 2016 17:35:42 +0000 Subject: [PATCH] Remove dev/null from build script. --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index 11d91415405..3a8dbd69c6e 100755 --- a/script/cibuild +++ b/script/cibuild @@ -7,7 +7,7 @@ cd "$(dirname "$0")/.." if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then echo "Verifying requirements_all.txt..." - python3 setup.py -q develop 2> /dev/null + python3 setup.py -q develop tput setaf 1 script/gen_requirements_all.py validate VERIFY_REQUIREMENTS_STATUS=$?