From 7dda7a564efcb9b7dcfa50aa0d54c632a1465e27 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson <kristoffer@bitcraze.io> Date: Tue, 4 Jun 2019 20:29:41 +0200 Subject: [PATCH] #119 Only run unit tests for tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47071e6..4e48e73 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- GitLab