mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
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…
x
Reference in New Issue
Block a user