Add comments to script/travis
This commit is contained in:
parent
ce8ef7afe7
commit
f3d273864d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue