You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:17:01 UTC

[buildstream] 01/03: WIP

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/pycodestyle_pycodestyle
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8d608e6de801738bf702c0cce71451ed6cac35a4
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Fri Aug 10 23:55:57 2018 +0100

    WIP
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16f7d04..df54a43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,8 @@ source_dist:
   - chown -R buildstream:buildstream buildstream
   - cd buildstream
 
+  - pip3 install pytest-codestyle
+
   # Run the tests from the source distribution, We run as a simple
   # user to test for permission issues
   - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
@@ -120,6 +122,8 @@ tests-unix:
     # Unpack and get into dist/buildstream
     - cd dist && ./unpack.sh && cd buildstream
 
+    - pip3 install pytest-codestyle
+
     # Since the unix platform is required to run as root, no user change required
     - python3 setup.py test --index-url invalid://uri --addopts --integration