Add the possibility to run tests with "setup.py test"

This commit is contained in:
Valentin Samir
2016-07-10 11:48:43 +02:00
parent b1b7562e55
commit 28dd67cb32
4 changed files with 16 additions and 2 deletions

View File

@ -27,10 +27,12 @@ clean_tild_backup:
clean_docs:
rm -rf docs/_build/
rm -rf docs/package/
clean_eggs:
rm -rf .eggs/
clean: clean_pyc clean_build clean_coverage clean_tild_backup
clean_all: clean clean_tox clean_test_venv clean_docs
clean_all: clean clean_tox clean_test_venv clean_docs clean_eggs
dist:
python setup.py sdist