Use correct test runner

This commit is contained in:
Andrew Cassidy 2021-04-25 15:58:38 -07:00
parent 336421078c
commit 73a331f3e5

View File

@ -31,8 +31,8 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with nose - name: Run unit tests
run: nosetests tests -d run: python -m unittest -v
deploy: deploy:
needs: test needs: test