Skip to content

Commit

Permalink
Migrate python2 command to python3
Browse files Browse the repository at this point in the history
Fixes: #114
  • Loading branch information
ptitoliv committed Mar 22, 2021
1 parent ef227c1 commit cf277d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run:
name: install dependencies
command: |
python2 -m virtualenv venv
python3 -m virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
pip install coveralls
Expand Down

0 comments on commit cf277d0

Please sign in to comment.