summaryrefslogtreecommitdiff
path: root/python/helpers/pydev/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/helpers/pydev/README.md')
-rw-r--r--python/helpers/pydev/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/helpers/pydev/README.md b/python/helpers/pydev/README.md
index 7b221164e66f..17df01ca8113 100644
--- a/python/helpers/pydev/README.md
+++ b/python/helpers/pydev/README.md
@@ -1,2 +1,9 @@
PyDev.Debugger
==============
+
+[![Build Status](https://travis-ci.org/fabioz/PyDev.Debugger.png)](https://travis-ci.org/fabioz/PyDev.Debugger)
+
+This repository contains the sources for the Debugger used in PyDev & PyCharm.
+
+It should be compatible with Python 2.4 onwards (as well as Jython 2.2.1, IronPython and PyPy -- and any
+other variant which properly supports the Python structure for debuggers -- i.e.: sys.settrace/threading.settrace). \ No newline at end of file