Fix script names
This commit is contained in:
parent
50870a65fb
commit
8bef376405
@ -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
|
||||
Loading…
Reference in New Issue
Block a user