diff options
Diffstat (limited to '.jenkins/build.sh')
-rw-r--r-- | .jenkins/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.jenkins/build.sh b/.jenkins/build.sh new file mode 100644 index 0000000..312e2ab --- /dev/null +++ b/.jenkins/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash +source ${WORKSPACE}/.jenkins/use_conda.sh + +python --version + +python setup.py install |