summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-08 22:08:36 -1000
committerCory Benfield <lukasaoz@gmail.com>2017-06-09 09:08:36 +0100
commit465e80e7885a8669d29e23b0f961a26e1cf1dd00 (patch)
treeb4afa08b1a485404f4667036269e332869c783e4 /tox.ini
parent3ed6273b8f1a64e26ae6e52e21870fe5f1951066 (diff)
downloadpyopenssl-465e80e7885a8669d29e23b0f961a26e1cf1dd00.tar.gz
urllib3 uses pytest now, various upgrades to the travis env (#634)
* urllib3 uses pytest now, also use trusty * more improvements * keep modernizing * try trusty later. * revert * still try for trusty, back to the right pypy
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 723562e..1141261 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"
{toxinidir}/.travis/install_urllib3.sh
- nosetests urllib3/test
+ pytest urllib3/test
rm -rf ./urllib3
[testenv:flake8]