Skip to content

Commit

Permalink
Print out cryptography version
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 5, 2015
1 parent 961ff48 commit 6547411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ setenv =
PYTHONPATH=
commands =
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
python -c "import cryptography; print(cryptography.__version__)"
coverage run --branch --source=OpenSSL setup.py test
coverage report -m

0 comments on commit 6547411

Please sign in to comment.