Skip to content

Commit

Permalink
It didn't like an empty list either, at least for after_test
Browse files Browse the repository at this point in the history
It just ignored it and tried to run the default after_test
  • Loading branch information
embray committed Nov 19, 2020
1 parent f8776e3 commit 21dbf27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -148,5 +148,6 @@ for:
- "set PSUTIL_TESTING=1"
- "set PSUTIL_DEBUG=1"
- "%PYTHON% psutil/tests/runner.py"
after_test: []
after_test:
- "true"
artifacts: []

0 comments on commit 21dbf27

Please sign in to comment.