commit | 01787c44e1d78caad9bdd9d6854aa85ac6b75688 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 16:48:39 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Thu Apr 17 16:48:39 2014 -0400 |
tree | d6aa3a4baf9ae27464cf5d4ea5e66b7838ddaf50 | |
parent | 689c489b124513be3bd0720b384f74d287ea1d76 [diff] |
Change the version reporter to work on Python 3.
diff --git a/.travis.yml b/.travis.yml index 12d08fe..f5db002 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -70,7 +70,7 @@ - | 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