summaryrefslogtreecommitdiff
path: root/ci/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/runtests.sh')
-rw-r--r--ci/runtests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/runtests.sh b/ci/runtests.sh
deleted file mode 100644
index 5d87f69..0000000
--- a/ci/runtests.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -ex
-${PYTHON} -VV
-${PYTHON} -m pip install setuptools wheel pytest
-${PYTHON} setup.py build_ext -if
-${PYTHON} -c "from msgpack import _cmsgpack"
-${PYTHON} setup.py bdist_wheel
-${PYTHON} -m pytest -v test