Skip to content

Commit ed213fa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pwd
1515
python -V
1616
pip -V
17-
pip install hacking
17+
pip install hacking Pillow
1818
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1919
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
2020
python -m unittest discover test_replays
@@ -38,7 +38,7 @@ jobs:
3838
ls
3939
python -V
4040
pip -V
41-
pip install hacking
41+
pip install hacking Pillow
4242
echo "Flake8 round one"
4343
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
4444
echo "Flake8 round two"

0 commit comments

Comments
 (0)