From 7493509c03eb489256246f46d50de1f567e24868 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 18 Feb 2020 15:32:44 +0100 Subject: try to fix travis --- .ci/travis/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/travis/run.sh b/.ci/travis/run.sh index d8f49550..ec0fb065 100755 --- a/.ci/travis/run.sh +++ b/.ci/travis/run.sh @@ -30,8 +30,7 @@ if [ "$PYVER" == "2.7" ] || [ "$PYVER" == "3.6" ]; then PSUTIL_TESTING=1 python -Wa psutil/tests/test_memory_leaks.py # run linter (on Linux only) if [[ "$(uname -s)" != 'Darwin' ]]; then - python -m flake8 - PSUTIL_TESTING=1 python -Wa scripts/internal/clinter.py + make lint fi fi -- cgit v1.2.1