瀏覽代碼

Add clean before test

oz123 10 年之前
父節點
當前提交
3b1c49bdca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -31,7 +31,7 @@ clean-pyc:
 lint:
 	flake8 pwman scripts
 
-test: install 
+test: install clean
 	git checkout pwman/tests/pwman.v0.0.8.db
 	python setup.py test