[Notes] [Git][BuildStream/buildstream][jjardon/pycodestyle] WIP



Title: GitLab

Javier Jardón pushed to branch jjardon/pycodestyle at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -66,6 +66,8 @@ source_dist:
    66 66
       - chown -R buildstream:buildstream buildstream
    
    67 67
       - cd buildstream
    
    68 68
     
    
    69
    +  - pip3 install pytest-codestyle
    
    70
    +
    
    69 71
       # Run the tests from the source distribution, We run as a simple
    
    70 72
       # user to test for permission issues
    
    71 73
       - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
    
    ... ... @@ -108,6 +110,8 @@ tests-unix:
    108 110
         # Unpack and get into dist/buildstream
    
    109 111
         - cd dist && ./unpack.sh && cd buildstream
    
    110 112
     
    
    113
    +    - pip3 install pytest-codestyle
    
    114
    +
    
    111 115
         # Since the unix platform is required to run as root, no user change required
    
    112 116
         - python3 setup.py test --index-url invalid://uri --addopts --integration
    
    113 117
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]