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 16:48:39 -0400
commit01787c44e1d78caad9bdd9d6854aa85ac6b75688 (patch)
treed6aa3a4baf9ae27464cf5d4ea5e66b7838ddaf50
parent689c489b124513be3bd0720b384f74d287ea1d76 (diff)
downloadpyopenssl-01787c44e1d78caad9bdd9d6854aa85ac6b75688.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