From 7371ee0ab392e973c70b36ee1bf907c2b03dbc34 Mon Sep 17 00:00:00 2001 From: Justin ! Date: Mon, 9 Nov 2020 14:20:09 -0500 Subject: Update CIs to not check migrations --- .github/workflows/main.yml | 2 +- .gitlab-ci.yml | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59a270a3..cba2b62c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: | pip install pylint pylint devel main mirrors news packages releng templates todolists visualize *.py - flake8 devel main mirrors news packages releng templates todolists visualize *.py + flake8 --exclude */migrations/ devel main mirrors news packages releng templates todolists visualize *.py - name: Run collectstatic run: | python manage.py collectstatic --noinput diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5203ed2f..740aa0bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ before_script: lint: script: - pylint devel main mirrors news packages releng templates todolists visualize *.py - - flake8 devel main mirrors news packages releng templates todolists visualize *.py + - flake8 --exclude */migrations/ devel main mirrors news packages releng templates todolists visualize *.py # TODO: https://docs.gitlab.com/ee/ci/junit_test_reports.html test: diff --git a/.travis.yml b/.travis.yml index e7abbadd..d9c89531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - python manage.py collectstatic --noinput - coverage run --rcfile .coveragerc manage.py test - pylint devel main mirrors news packages releng templates todolists visualize *.py - - flake8 devel main mirrors news packages releng templates todolists visualize *.py + - flake8 --exclude */migrations/ devel main mirrors news packages releng templates todolists visualize *.py after_success: - coveralls -- cgit v1.2.3-55-g3dc8