diff options
author | 2020-03-08 12:57:31 +0100 | |
---|---|---|
committer | 2020-03-08 12:57:31 +0100 | |
commit | 8e9f4faf6bbf5f2ee9b76a36ed64db748ed41833 (patch) | |
tree | 519a75a111d37be7beeb40f2dbac6936b5889120 /pytest.py | |
parent | Backed out changeset 28beb86f9764 (diff) | |
download | pypy-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-x | pytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # PYTHON_ARGCOMPLETE_OK """ pytest: unit and functional testing with Python. |