From 2faf36ab5b9104c1088d973c9f882e64a826ba09 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Mon, 30 Jun 2014 15:30:05 -0700 Subject: [PATCH] Not enabling multithreaded tests on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 800fac43a..d4880847c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python notifications: irc: "chat.freenode.net#pil" -env: MAX_CONCURRENCY=4 NOSE_PROCESSES=4 NOSE_PROCESS_TIMEOUT=30 +env: MAX_CONCURRENCY=4 python: - "pypy"