From 6dacc4517eed84397e5b42544615dc6ff431f4c8 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Mon, 8 Jul 2019 00:39:40 -0700 Subject: [PATCH] Add -y to dev requirements, pylint version check --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b7e57..f843889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,9 @@ before_install: install: - pip3 install -r requirements.txt before_script: - - pip3 uninstall -r ./tests/requirements_dev.txt + - pip3 uninstall -r -y ./tests/requirements_dev.txt - pip3 install -r ./tests/requirements_dev.txt + - pylint --version - black --check hyperglass - python3 ./manage.py pylint-check --integer-only True - python3 ./tests/ci_prepare.py