Skip to content

Commit 823c228

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python -m venv venv
1313
. venv/bin/activate
1414
python -V
15-
pip -V
15+
pip -V
1616
pip install hacking
1717
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1818
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 commit comments

Comments
 (0)