Skip to content

Commit

Permalink
'Make test' calls 'pytest -qq' directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and wiredfool committed Dec 28, 2017
1 parent 96df8a8 commit a328639
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ sdist:
python setup.py sdist --format=gztar

test:
python test-installed.py
pytest -qq

# https://docs.python.org/2/distutils/packageindex.html#the-pypirc-file
upload-test:
Expand Down
31 changes: 0 additions & 31 deletions test-installed.py

This file was deleted.

0 comments on commit a328639

Please sign in to comment.