Skip to content

Commit 6be4a7c

Browse files
author
cclauss
authored
Update circle.yml
1 parent f0c3a67 commit 6be4a7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ jobs:
3131
pip install virtualenv
3232
virtualenv sc2reader
3333
pwd
34+
source sc2reader/bin/activate
35+
pwd
3436
python -V
3537
pip -V
3638
pip install hacking
3739
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
3840
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3941
python -m unittest discover test_replays
4042
python -m unittest discover test_s2gs
43+
echo "Done."

0 commit comments

Comments
 (0)