From: Eli Bendersky Date: Tue, 2 Aug 2016 20:02:21 +0000 (-0700) Subject: Add Python 3.5 testing to travis X-Git-Tag: v0.24~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64925a58ef682f1a0b3b0428b51889896b11df85;p=pyelftools.git Add Python 3.5 testing to travis --- diff --git a/.travis.yml b/.travis.yml index c2eaf23..4b14c03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" script: python test/all_tests.py