Skip to content

Commit

Permalink
Freeze virtualenv version until issue with CI is resolved (elastic#16235
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 4f89dcd)
  • Loading branch information
michalpristas committed Feb 13, 2020
1 parent ed5fd7f commit a62ae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ before_install:
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- if [ $TRAVIS_OS_NAME = osx ]; then pip install virtualenv; fi
- if [ $TRAVIS_OS_NAME = osx ]; then pip install virtualenv==16.7.9; fi


# Skips installations step
Expand Down

0 comments on commit a62ae91

Please sign in to comment.