From: Eli Bendersky Date: Tue, 4 Feb 2020 13:20:27 +0000 (-0800) Subject: Travis: drop Python 3.4, add 3.8 X-Git-Tag: v0.27~71 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f5a73b5032ff6b8a03b9e57cc3527b4dcfdf6be;p=pyelftools.git Travis: drop Python 3.4, add 3.8 --- diff --git a/.travis.yml b/.travis.yml index b8f6d90..eb0c2c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" + - "3.8" script: python test/all_tests.py