Browse Source

Use tox instead of py.test directly for make test

Alec Nikolas Reiter 7 years ago
parent
commit
62eca8c2c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -23,7 +23,7 @@ clean:
 	find . -name '__pycache__' -exec rm -rf {} +
 
 test:
-	py.test
+	tox
 
 run:
 	flaskbb run --debugger --reload