test in isolation mode?

This commit is contained in:
Andrew Cassidy 2021-04-07 19:41:32 -07:00
parent 88f555d076
commit 822633ca7e

View File

@ -56,5 +56,4 @@ jobs:
run: python setup.py build --debug install
- name: Test with nose
run: nosetests tests -d
working-directory: ./tests
run: python -I -m nose tests -d