summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/shining-panda-pythonenv.xml
blob: f7a06a38953f189109f5bd56e4f1d68291d65934 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<project>
  <builders>
    <jenkins.plugins.shiningpanda.builders.PythonBuilder>
      <pythonName>System-CPython-2.7</pythonName>
      <nature>python</nature>
      <command>setup.py build</command>
      <ignoreExitCode>false</ignoreExitCode>
    </jenkins.plugins.shiningpanda.builders.PythonBuilder>
  </builders>
</project>