fix make test command
This commit is contained in:
parent
9e61cb9e96
commit
d8749cac99
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
test:
|
||||
python setup.py test
|
||||
python setup.py nosetests
|
||||
|
||||
clean:
|
||||
$(RM) -r build dist src/cchardet/__pycache__ src/cchardet/*.cpp src/cchardet/*.pyc src/cchardet/*.so src/cchardet.egg-info src/tests/__pycache__ src/tests/*.pyc
|
||||
|
|
Loading…
Reference in a new issue