Skip to content

Commit

Permalink
Use a virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 17, 2018
1 parent 226c8e2 commit e3ae783
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
- shining-panda:
build-environment: virtualenv
python-version: System-CPython-2.7
name: package_qa
name: addon
clear: true
nature: shell
command:
Expand All @@ -803,16 +803,21 @@
- shining-panda:
build-environment: virtualenv
python-version: System-CPython-2.7
name: package_qa
name: addon
nature: python
command:
!include-raw-escape: scripts/addon-get-info.py

- inject:
properties-file: vars.properties

- shell:
!include-raw: scripts/addon-tests.sh
- shining-panda:
build-environment: virtualenv
python-version: System-CPython-2.7
name: addon
nature: shell
command:
!include-raw: scripts/addon-tests.sh

publishers:
- junit:
Expand Down

0 comments on commit e3ae783

Please sign in to comment.