Skip to content

Commit

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

(cherry picked from commit 4f89dcd)
  • Loading branch information
michalpristas authored Feb 14, 2020
1 parent d099376 commit c9224b4
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 c9224b4

Please sign in to comment.