From 84d105af1eae02753f66898598cdd4022c7dd66f Mon Sep 17 00:00:00 2001 From: Tyler Hobbs Date: Thu, 16 Jan 2014 11:37:28 -0600 Subject: [PATCH] Only run unit tests in tox for now --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 26530543..eb51cc78 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ deps = nose pip PyYAML commands = {envpython} setup.py build_ext --inplace - nosetests --verbosity=2 tests/unit/ tests/integration/standard/ + nosetests --verbosity=2 tests/unit/