Javier Jardón pushed to branch jjardon/pycodestyle at BuildStream / buildstream
Commits:
-
c2a35e50
by Javier Jardón at 2018-08-10T22:55:57Z
1 changed file:
Changes:
... | ... | @@ -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'
|