summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorUlysses Souza <ulysses.souza@docker.com>2019-03-22 15:51:21 +0100
committerGitHub <noreply@github.com>2019-03-22 15:51:21 +0100
commit3a3288c54bbea4aa197a3eb9e7c453d664c469e9 (patch)
tree67e4365cb0fd75acca7ec7418f59c36ca737a7a3 /.circleci/config.yml
parent82db4fd4f225ece55bf464126411e8687f3f3a38 (diff)
parent428942498b90567b76541851ed30cec382af75cf (diff)
Merge pull request #6609 from docker/bump-1.24.0-rc3
Bump 1.24.0-rc3
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f4e90d6d..08f8c42c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
command: ./script/setup/osx
- run:
name: install tox
- command: sudo pip install --upgrade tox==2.1.1
+ command: sudo pip install --upgrade tox==2.1.1 virtualenv==16.2.0
- run:
name: unit tests
command: tox -e py27,py36,py37 -- tests/unit
@@ -22,7 +22,7 @@ jobs:
- checkout
- run:
name: upgrade python tools
- command: sudo pip install --upgrade pip virtualenv
+ command: sudo pip install --upgrade pip virtualenv==16.2.0
- run:
name: setup script
command: DEPLOYMENT_TARGET=10.11 ./script/setup/osx