Skip to content

Commit 4484f46

Browse files
committed
upgrade virtualenv
1 parent 379ce8d commit 4484f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ common: &common
99
steps:
1010
- checkout
1111
- run: python -m venv .venv
12-
- run: .venv/bin/pip install -U pip
12+
- run: .venv/bin/pip install -U pip virtualenv
1313
- run: .venv/bin/pip install tox
1414
- run: .venv/bin/pip freeze
1515
- run: .venv/bin/tox -vv --notest

0 commit comments

Comments
 (0)