diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-06-08 22:08:36 -1000 |
---|---|---|
committer | Cory Benfield <lukasaoz@gmail.com> | 2017-06-09 09:08:36 +0100 |
commit | 465e80e7885a8669d29e23b0f961a26e1cf1dd00 (patch) | |
tree | b4afa08b1a485404f4667036269e332869c783e4 /tox.ini | |
parent | 3ed6273b8f1a64e26ae6e52e21870fe5f1951066 (diff) | |
download | pyopenssl-git-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |