Skip to content

Commit e853955

Browse files
author
cclauss
authored
Update circle.yml
1 parent 7125885 commit e853955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- run:
1010
name: Flake8 and unittests on Python 2.7.13
1111
command: |
12+
python -m venv venv
1213
. venv/bin/activate
1314
python -V
1415
pip -V
@@ -26,6 +27,7 @@ jobs:
2627
- run:
2728
name: Flake8 and unittests on Python 3.6.2
2829
command: |
30+
python -m venv venv
2931
. venv/bin/activate
3032
python -V
3133
pip -V

0 commit comments

Comments
 (0)