Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,16 @@ install:
# travis.
- pip install wheel

# Also install some tools for measuring code coverage and sending the results
# to coveralls.
- pip install coveralls coverage

script:
- python setup.py bdist_wheel test
- coverage run --branch --source=OpenSSL setup.py bdist_wheel test
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to get a coverage report over the tests as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. tests are beneath OpenSSL directory.

- coverage report -m

after_success:
- coveralls

notifications:
email: false
3 changes: 3 additions & 0 deletions README → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ See the file INSTALL for installation instructions.
See http://github.com/pyca/pyopenssl for development.

See https://mail.python.org/mailman/listinfo/pyopenssl-users for the discussion mailing list.

.. image:: https://coveralls.io/repos/pyca/pyopenssl/badge.png
:target: https://coveralls.io/r/pyca/pyopenssl