Skip to content

Commit

Permalink
Testing: updated test output; Fix rucio#1505
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Oct 16, 2018
1 parent d8882aa commit 4719d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# - Thomas Beermann <thomas.beermann@cern.ch>, 2017-2018
# - Vincent Garonne <vgaronne@gmail.com>, 2017-2018
# - Mario Lassnig <mario.lassnig@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion tools/travis/check_python_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo '==============================='
for filename in $(cat changed_files.txt);
do
if grep -q "PY3K COMPATIBLE" $filename; then
echo "Check if file" $filename "is compatible"
echo "Check if file" $filename "is Python3 compatible"
pylint --py3k -d no-absolute-import $filename
if [ $? -ne 0 ]; then
echo "PYLINT FAILED"
Expand Down

0 comments on commit 4719d3b

Please sign in to comment.