Javier Jardón pushed to branch jjardon/pycodestyle at BuildStream / buildstream
Commits:
-
e79c83d6
by Javier Jardón at 2018-08-10T23:00:48Z
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'
|
... | ... | @@ -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 |
|