From 283d7e26d17536b6c9bd2b31c1a122037893e85e Mon Sep 17 00:00:00 2001 From: Bhushan Khanale Date: Sat, 3 Oct 2020 10:38:35 +0530 Subject: [PATCH] Moban sync This extends the commit over https://github.com/coala/coala-bears/pull/2975 --- .travis.yml | 1 + test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2495e5b6a2..b87728a9d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -587,6 +587,7 @@ env: - PIP_YES=1 - FudgeCI=${TRAVIS_BUILD_DIR}/.ci/ - TOX_FEATURES="check-noskip-codecov" + - BEAR_LIST="pysafety" before_install: - printenv diff --git a/test-requirements.txt b/test-requirements.txt index 601491b9b2..69914db0a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ colorama<0.4 coverage==4.4.1 coverage-env-plugin~=0.1 coverage-config-reload-plugin~=0.2 -codecov~=2.0.5 +codecov~=2.1.0 moban~=0.5.0 ; python_version > '3.0' packaging~=16.8 pytest~=4.6