remove nose style-test; use standalone cmds instead
This commit is contained in:
parent
9acf33dea8
commit
b06c63432a
|
@ -1,7 +0,0 @@
|
|||
import pyflakes.api
|
||||
|
||||
|
||||
def test_pyflakes():
|
||||
''' Test that at least tsstats.py conforms to PyFlakes '''
|
||||
result = pyflakes.api.checkPath('**/*.py')
|
||||
assert result == 0
|
Loading…
Reference in New Issue