aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2020-03-08 12:57:31 +0100
committerManuel Jacob <me@manueljacob.de>2020-03-08 12:57:31 +0100
commit8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833 (patch)
tree519a75a111d37be7beeb40f2dbac6936b5889120 /pytest.py
parentBacked out changeset 28beb86f9764 (diff)
downloadpypy-8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833.tar.gz
pypy-8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833.tar.bz2
pypy-8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833.zip
Let pytest.py run with python2 by default.
Diffstat (limited to 'pytest.py')
-rwxr-xr-xpytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 11d790235e..db9f29388e 100755
--- a/pytest.py
+++ b/pytest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# PYTHON_ARGCOMPLETE_OK
"""
pytest: unit and functional testing with Python.