diff options
author | James Ennis <james.ennis@codethink.com> | 2018-03-16 11:44:11 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2018-03-16 11:44:45 +0000 |
commit | 9cb30d354f9886a54bef2dbe5c78ef6b21c6a202 (patch) | |
tree | 2c5421f41b15db54242e13addf1038b5dde4b8a1 /.gitlab-ci.yml | |
parent | 47ec4f5259a7eae97d8458bd51fb0507b2f4c39b (diff) | |
download | buildstream-9cb30d354f9886a54bef2dbe5c78ef6b21c6a202.tar.gz |
Make pylint and pep8 tests run by defaultjennis/add_gi.repository_to_ignored_pylint_modules
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: |