Skip to content

Commit 21dd2e6

Browse files
authored
fix python 2 testing
1 parent d5be38c commit 21dd2e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- run:
8181
name: install dependencies
8282
command: |
83-
python3 -m venv venv
83+
mkdir -p ./venv
84+
virtualenv ./venv
8485
. venv/bin/activate
8586
pip install -r requirements.txt
8687

0 commit comments

Comments
 (0)