summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 16:48:39 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 17:41:15 -0400
commit0d11ed187991ae762b5729562995cd5c50edbc1c (patch)
treee5cc6a2f2af0b68d78e867d5e85426b7ebd9fb72
parentfb5c62d261f3144374b832e45b97d4557cde1f45 (diff)
downloadpyopenssl-0d11ed187991ae762b5729562995cd5c50edbc1c.tar.gz
Change the version reporter to work on Python 3.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 12d08fe..f5db002 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,7 @@ script:
- |
coverage report -m
- |
- python -c "import OpenSSL.SSL; print OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION)"
+ python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))"
after_success:
- coveralls