Skip to content

Commit

Permalink
Merge pull request pyca#98 from pyca/version-reporting
Browse files Browse the repository at this point in the history
Version reporting
  • Loading branch information
exarkun committed Apr 17, 2014
2 parents 434d03b + 0d11ed1 commit 93231c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@ script:
sudo apt-get -y update
sudo apt-get install -y --force-yes libssl-dev/lucid
fi
- |
pip install -e .
- |
coverage run --branch --source=OpenSSL setup.py bdist_wheel test
- |
coverage report -m
- |
python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
after_success:
- coveralls
Expand Down

0 comments on commit 93231c8

Please sign in to comment.