Author: Raffael Tfirst <[email protected]>
Branch: py3.5
Changeset: r86184:6d502390ba4f
Date: 2016-08-13 19:54 +0200
http://bitbucket.org/pypy/pypy/changeset/6d502390ba4f/
Log: Change python environment in conftest to python3.5
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -5,7 +5,7 @@
# some tests fail otherwise
sys.setrecursionlimit(2000)
-PYTHON3 = os.getenv('PYTHON3') or py.path.local.sysfind('python3')
+PYTHON3 = os.getenv('PYTHON3') or py.path.local.sysfind('python3.5')
if PYTHON3 is not None:
PYTHON3 = str(PYTHON3)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit