Pārlūkot izejas kodu

Add clean before test

oz123 10 gadi atpakaļ
vecāks
revīzija
3b1c49bdca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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