Skip to content

Commit 9d9aea5

Browse files
author
cclauss
authored
Update circle.yml
1 parent 639a54b commit 9d9aea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ jobs:
3939
python -V
4040
pip -V
4141
pip install hacking
42+
echo "Flake8 round one"
4243
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
44+
echo "Flake8 round two"
4345
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
46+
echo "Unittest round one"
4447
python -m unittest discover test_replays
48+
echo "Unittest round two"
4549
python -m unittest discover test_s2gs
4650
echo "Done."

0 commit comments

Comments
 (0)