From 030c4ac7fe5a37aa9d3000af97ab4fd4a4dbad56 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 3 Jan 2016 21:22:05 -0600 Subject: add missing basepython --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index af8217b4..2c5a1331 100644 --- a/tox.ini +++ b/tox.ini @@ -49,6 +49,7 @@ commands = # This target disables coverage on pypy because of performance problems with # coverage.py on pypy. [testenv:pypy-nocoverage] +basepython = pypy commands = pip list python -c "from cryptography.hazmat.backends.openssl.backend import backend; print(backend.openssl_version_text())" -- cgit v1.2.3