Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
virtualenv not venv for Python 2
  • Loading branch information
cclauss authored Aug 23, 2017
commit f0c3a6752b7bf1230c93afd6a289d8fdc3d1a3b0
6 changes: 4 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
command: |
python -m venv venv
. venv/bin/activate
pwd
python -V
pip -V
pip install hacking
Expand All @@ -27,8 +28,9 @@ jobs:
- run:
name: Flake8 and unittests on Python 2.7.13
command: |
python -m venv venv
. venv/bin/activate
pip install virtualenv
virtualenv sc2reader
pwd
python -V
pip -V
pip install hacking
Expand Down