Skip to content

Commit 639a54b

Browse files
author
cclauss
authored
Update circle.yml
1 parent 50f01e1 commit 639a54b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

circle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- run:
2929
name: Flake8 and unittests on Python 2.7.13
3030
command: |
31-
pip install virtualenv
32-
virtualenv sc2reader
33-
pwd
34-
ls
35-
cd sc2reader
36-
source bin/activate
31+
# pip install virtualenv
32+
# virtualenv sc2reader
33+
# pwd
34+
# ls
35+
# cd sc2reader
36+
# source bin/activate
3737
pwd
3838
ls
3939
python -V

0 commit comments

Comments
 (0)