summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-07-09 10:02:18 -0400
committerSimo Sorce <simo@redhat.com>2015-07-09 10:02:18 -0400
commit1c37dfa859682cc749829c33b96c760b4b8bf21b (patch)
treebfd4fb2b107fecc8ef04d1accb51566e1d94f392
parenta547415764620791621a08ff8a720a448b8c8848 (diff)
downloadcustodia-1c37dfa859682cc749829c33b96c760b4b8bf21b.tar.gz
custodia-1c37dfa859682cc749829c33b96c760b4b8bf21b.tar.xz
custodia-1c37dfa859682cc749829c33b96c760b4b8bf21b.zip
Use tox instead of nosetests in Makefile
Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d22dccd..9f8fe96 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test:
./tests
pep8 tests
rm -f .coverage
- nosetests -s
+ tox
DOCS_DIR = docs
.PHONY: docs