5c97901
diff -up pyqtgraph-0.9.10/tools/setupHelpers.py.pytestpath pyqtgraph-0.9.10/tools/setupHelpers.py
5c97901
--- pyqtgraph-0.9.10/tools/setupHelpers.py.pytestpath	2014-12-24 14:34:58.000000000 -0500
5c97901
+++ pyqtgraph-0.9.10/tools/setupHelpers.py	2015-08-04 00:12:40.676570620 -0400
5c97901
@@ -233,7 +233,7 @@ def unitTests():
5c97901
     """
5c97901
     try:
5c97901
         if sys.version[0] == '3':
5c97901
-            out = check_output('PYTHONPATH=. py.test-3', shell=True)
5c97901
+            out = check_output('PYTHONPATH=. py.test-3.4', shell=True)
5c97901
         else:
5c97901
             out = check_output('PYTHONPATH=. py.test', shell=True)
5c97901
         ret = 0