1builders:
2    - shining-panda:
3        build-environment: custom
4        home: /usr/local/lib/custom-python-27
5        nature: xshell
6        command: |
7            cd $HOME/build
8            python setup.py build
9        ignore-exit-code: true
10