We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f023ec commit 0480ec9Copy full SHA for 0480ec9
.circleci/config.yml
@@ -4,7 +4,7 @@ my-steps: &steps
4
- checkout
5
- run: sudo pip install -r requirements.txt
6
- run: sudo pip install flake8 pytest
7
- - run: python --version ; pip --version ; pwd ; ls
+ - run: python --version ; pip --version ; pwd ; ls -l
8
# stop the build if there are Python syntax errors or undefined names
9
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
10
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
0 commit comments