From 7c2fcade835be423577e34e1705ec66547337db3 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 11 Aug 2016 01:29:03 -0700 Subject: [PATCH] Trying with fewer cores because travis goes crazy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0b3804..e355da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ install: - pip install . script: - pylint --rcfile .pylintrc -E rtv/ - - coverage run -m py.test -v -n auto + - coverage run -m py.test -v -n 4 after_success: - coveralls