mirror of https://github.com/docker/compose.git
Add comments to script/travis
This commit is contained in:
parent
ce8ef7afe7
commit
f3d273864d
|
@ -3,10 +3,13 @@
|
||||||
# Exit on first error
|
# Exit on first error
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
# Put Python eggs in a writeable directory
|
||||||
export PYTHON_EGG_CACHE="/tmp/.python-eggs"
|
export PYTHON_EGG_CACHE="/tmp/.python-eggs"
|
||||||
|
|
||||||
|
# Activate correct virtualenv
|
||||||
TRAVIS_PYTHON_VERSION=$1
|
TRAVIS_PYTHON_VERSION=$1
|
||||||
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
|
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
|
||||||
|
|
||||||
env
|
env
|
||||||
|
|
||||||
# Kill background processes on exit
|
# Kill background processes on exit
|
||||||
|
|
Loading…
Reference in New Issue