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

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ test_venv
htmlcov/
tox_logs/
.cache/
.eggs/