Skip to content
Snippets Groups Projects
Commit 7dda7a56 authored by Kristoffer Richardsson's avatar Kristoffer Richardsson
Browse files

#119 Only run unit tests for tox

parent 170e3741
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ envlist = py27,py34
deps = -rrequirements-dev.txt
commands=
coverage erase
coverage run -m unittest discover
coverage run -m unittest discover ./test
coverage report --show-missing
pre-commit run --all-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment