Skip to content

Commit 0480ec9

Browse files
author
cclauss
authored
Force a retest
1 parent 8f023ec commit 0480ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ my-steps: &steps
44
- checkout
55
- run: sudo pip install -r requirements.txt
66
- run: sudo pip install flake8 pytest
7-
- run: python --version ; pip --version ; pwd ; ls
7+
- run: python --version ; pip --version ; pwd ; ls -l
88
# stop the build if there are Python syntax errors or undefined names
99
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1010
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)