mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
Add quotes around commands so second one doesn't hit the Python prompt and sit there forever
This commit is contained in:
parent
7eb1ccb1d6
commit
1fc4be3eff
|
@ -39,8 +39,8 @@ after_success:
|
|||
- pyflakes PIL/*.py
|
||||
|
||||
env:
|
||||
- TEST_CMD=coverage run --append --include=PIL/* selftest.py
|
||||
- TEST_CMD=python Tests/run.py --coverage
|
||||
- TEST_CMD="coverage run --append --include=PIL/* selftest.py"
|
||||
- TEST_CMD="python Tests/run.py --coverage"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue
Block a user