Tristan Van Berkom pushed to branch tristan/use-tox at BuildStream / buildstream
Commits:
- 
04b2bd9b
by Tristan Van Berkom at 2018-12-27T19:49:21Z
 
1 changed file:
Changes:
| ... | ... | @@ -76,6 +76,9 @@ source_dist: | 
| 76 | 76 | 
   - pip3 install tox
 | 
| 77 | 77 | 
   - pip3 install tox-venv
 | 
| 78 | 78 | 
 | 
| 79 | 
+  # Install venv
 | 
|
| 80 | 
+  - apt-get install python3-venv || true
 | 
|
| 81 | 
+  | 
|
| 79 | 82 | 
   script:
 | 
| 80 | 83 | 
   - useradd -Um buildstream
 | 
| 81 | 84 | 
   - chown -R buildstream:buildstream .
 | 
