You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
237 B

  1. all: test
  2. lint:
  3. pylint --rcfile=.pylintrc nilmdb
  4. test:
  5. python tests/runtests.py
  6. clean::
  7. find . -name '*pyc' | xargs rm -f
  8. rm -f .coverage
  9. rm -rf tests/*testdb*
  10. rm -rf nilmdb.egg-info/ build/ nilmdb/server/*.c nilmdb/server/*.so