remove nose style-test; use standalone cmds instead

This commit is contained in:
Thor77 2016-05-08 19:55:24 +02:00
parent 9acf33dea8
commit b06c63432a
1 changed files with 0 additions and 7 deletions

View File

@ -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