Fix script names

This commit is contained in:
Simeon Warner 2020-12-12 12:21:28 -05:00
parent 50870a65fb
commit 8bef376405

View File

@ -9,8 +9,8 @@ install:
- python setup.py install
script:
- python setup.py test
- pycodestyle --ignore=E501,W503 resync tests resync.py resync-explorer.py
- pep257 resync tests resync.py resync-explorer.py
- pycodestyle --ignore=E501,W503 resync bin tests
- pep257 resync bin tests
- coverage run --source=resync setup.py test
after_success:
- coveralls