Commit 8a078052 authored by Robert Knight's avatar Robert Knight

Remove obsolete references to Jenkins and Travis

We don't use either of these CI systems any more.
parent e3170841
......@@ -15,22 +15,6 @@
#
# $ ./bin/install-python
# Exit if we're running on Travis CI.
# On Travis we just want to use the versions of Python provided in the Travis
# VM, even though they may not have be the same patch versions as in
# .python-version.
if [ "$TRAVIS" = "true" ]
then
exit
fi
# Exit if we're running on Jenkins.
# On Jenkins we run the tests in Docker and we just want to use the versions of
# Python provided in the Docker container.
if [ -n "${JENKINS_URL+set}" ]; then
exit
fi
# Loop over every $python_version in the .python-version file.
while IFS= read -r python_version
do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment