aboutsummaryrefslogtreecommitdiff
path: root/.ci/travis-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/travis-tests.sh')
-rwxr-xr-x.ci/travis-tests.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/.ci/travis-tests.sh b/.ci/travis-tests.sh
deleted file mode 100755
index bf8f5ad..0000000
--- a/.ci/travis-tests.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-set -e -x
-
-if [[ "${BUILD}" != *tests* ]]; then
- echo "Skipping tests."
- exit 0
-fi
-
-if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
- PYENV_ROOT="$HOME/.pyenv"
- PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
-fi
-
-python setup.py test