summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-02-08 10:40:51 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-02-08 10:40:51 +0100
commitaf754c2cd2e46ee61634dc006b52df806df09d60 (patch)
tree2dcf62e6d9827c67dea3fab648c86a7e59b3d726
parent426c9b76c786d984ace646286a65c3b5623b2e18 (diff)
downloadpsutil-af754c2cd2e46ee61634dc006b52df806df09d60.tar.gz
try to fix travis
-rw-r--r--psutil/tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_process.py b/psutil/tests/test_process.py
index c1295445..b7931bfa 100644
--- a/psutil/tests/test_process.py
+++ b/psutil/tests/test_process.py
@@ -1438,7 +1438,7 @@ class TestProcess(unittest.TestCase):
"__CF_USER_TEXT_ENCODING",
"VERSIONER_PYTHON_PREFER_32_BIT",
"VERSIONER_PYTHON_VERSION"])
- if LINUX:
+ if LINUX or OSX:
removes.extend(['PLAT'])
if TOX:
removes.extend(['HOME'])