summaryrefslogtreecommitdiff
path: root/coverage/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/env.py')
-rw-r--r--coverage/env.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/env.py b/coverage/env.py
index 4cd02c0..6db3b85 100644
--- a/coverage/env.py
+++ b/coverage/env.py
@@ -12,6 +12,8 @@ LINUX = sys.platform == "linux2"
# Python implementations.
PYPY = '__pypy__' in sys.builtin_module_names
+if PYPY:
+ PYPYVERSION = sys.pypy_version_info
# Python versions.
PYVERSION = sys.version_info