diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2244de3d7..26e4f2227 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,13 +64,6 @@ source_dist: # Test stage # ##################################################### -linting: - stage: test - variables: - PYTEST_ADDOPTS: "--color=yes" - script: - - python3 setup.py test --addopts '--no-cov --pylint --pep8 -m "pep8 or pylint"' - # Run premerge commits # linux-tests: |