Skip to content

Commit

Permalink
The test directory is called "test", not tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidevd authored and mfeurer committed Nov 23, 2016
1 parent 752a554 commit 8c79f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -21,12 +21,12 @@ doc:
cd ..

test-code: in
$(NOSETESTS) -s -v tests
$(NOSETESTS) -s -v test
test-doc:
$(NOSETESTS) -s -v doc/*.rst

test-coverage:
rm -rf coverage .coverage
$(NOSETESTS) -s -v --with-coverage tests
$(NOSETESTS) -s -v --with-coverage test

test: test-code test-sphinxext test-doc

0 comments on commit 8c79f01

Please sign in to comment.