From: Corey Farwell Date: Tue, 1 Jul 2014 23:22:38 +0000 (-0700) Subject: Run tests on Python 3.4 X-Git-Tag: v0.23~6^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4439ee4b3e80653d0a4382673cb5f16b9053a65e;p=pyelftools.git Run tests on Python 3.4 --- diff --git a/.travis.yml b/.travis.yml index 8c6680d..c2eaf23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" script: python test/all_tests.py