From 1a050bb5de62dc15c9edf8c7625e71cb8abe4b1b Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 4 Jun 2012 21:24:46 -0700 Subject: [PATCH] Add .travis.yml for Travis CI (http://travis-ci.org/) --- .travis-make-py24-virtualenv.sh | 18 +++++++++++ .travis.yml | 57 +++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100755 .travis-make-py24-virtualenv.sh create mode 100644 .travis.yml diff --git a/.travis-make-py24-virtualenv.sh b/.travis-make-py24-virtualenv.sh new file mode 100755 index 000000000000..625f8b7b7e7d --- /dev/null +++ b/.travis-make-py24-virtualenv.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +VIRTENV=$1 + +set -x +set -e + +curl -O http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2 +tar xjf Python-2.4.6.tar.bz2 +cd Python-2.4.6 +cat >setup.cfg <