diff --git a/.travis.yml b/.travis.yml index 45d273d..81e59ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install -U pytest pytest-cov pytest-xdist coveralls - pip install -e . script: - - py.test --cov-config .coveragerc --cov=pyltc + - py.test -n=2 --cov-config .coveragerc --cov=pyltc after_success: - coverage combine - coveralls diff --git a/setup.cfg b/setup.cfg index ce723da..a7da507 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,3 @@ universal = 1 [tool:pytest] testpaths = tests -addopts = -n=auto