summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2019-09-02 21:40:34 -0700
committerRuss Allbery <eagle@eyrie.org>2019-09-02 21:40:34 -0700
commite7a062d6051ab43b3010edb63231dad78fe8304b (patch)
tree7def9044d87b1f5ff0b36b814f6edf5975a12b41 /.travis.yml
parentcee64913d979dd25320c4673e5c0ad27646d70f7 (diff)
Add support for Python 3
The Python bindings now support Python 3. They have been tested only with Python 2.7 and Python 3.7, but should work with any version of Python 3 later than Python 3.1. Test both versions in Travis-CI and fix some problems with the Python coding style checks.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0eb1066..787e134 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@ compiler:
before_install: sudo ci/install
-env: AUTHOR_TESTING=1 C_TAP_VERBOSE=1
script: ci/test
branches: