summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-04-15 11:27:01 -0400
committerHynek Schlawack <hs@ox.cx>2015-04-15 11:27:01 -0400
commit48ceed5963238a41ece50693249d65e1dc216071 (patch)
treeace878523d58a2be5b55e9550771f318d1da56b7
parentc0389d6bd0aa265cb451d6076f620a4cb7d3a65f (diff)
downloadpyopenssl-48ceed5963238a41ece50693249d65e1dc216071.tar.gz
Simplify
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a50fe2f..60a15ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,5 +13,5 @@ setenv =
# The standard library unittest module can run tests on Python 2.7 and newer
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
- coverage run --branch --source=OpenSSL {envdir}/bin/py.test OpenSSL
+ coverage run --branch --source=OpenSSL -m pytest OpenSSL
coverage report -m