We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7d4de commit d2e6905Copy full SHA for d2e6905
.c9build.sh
@@ -0,0 +1,14 @@
1
+#!/bin/bash
2
+
3
+# Build
4
+sudo pip install -r requirements.txt
5
6
+# Code Analysis
7
8
9
+# Test with Code Coverage
10
+nose2 --junit-xml --with-coverage --coverage-report xml
11
12
+# Publish
13
+curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
14
+testspace publish [Tests]nose2.xml coverage.xml master.c9
0 commit comments