From 1c9bda128a0aba0be9bc85315d9bca3b9a9a1b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sun, 26 Apr 2015 16:37:55 +0200 Subject: [PATCH] travis: typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4232f4f..4757204 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ if __name__ == "__main__": description=description, long_description=longdescription, install_requires=["sqlitedict>=1.2.0", "NumPy>=1.5.1"], - tests_require=["psutil, scipy"], + tests_require=["psutil", "scipy"], keywords=["multiprocessing", "queue", "parallel", "distributed", "computing", "progress", "manager", "job", "persistent data", "scheduler"], classifiers= [