Add comments to script/travis

This commit is contained in:
Ben Firshman 2014-01-19 19:55:28 +00:00
parent ce8ef7afe7
commit f3d273864d
1 changed files with 3 additions and 0 deletions

View File

@ -3,10 +3,13 @@
# Exit on first error
set -ex
# Put Python eggs in a writeable directory
export PYTHON_EGG_CACHE="/tmp/.python-eggs"
# Activate correct virtualenv
TRAVIS_PYTHON_VERSION=$1
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
env
# Kill background processes on exit