diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build.sh | 1 | ||||
-rwxr-xr-x | ci/test.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh new file mode 100755 index 0000000..8b13789 --- /dev/null +++ b/ci/build.sh @@ -0,0 +1 @@ + diff --git a/ci/test.sh b/ci/test.sh new file mode 100755 index 0000000..ff23c1e --- /dev/null +++ b/ci/test.sh @@ -0,0 +1 @@ +PYTHONPATH="`pwd`/storperf":"`pwd`/tests" nosetests --with-xunit . |