From: Eli Bendersky Date: Wed, 23 Sep 2020 13:25:36 +0000 (-0700) Subject: Remove Travis config X-Git-Tag: v0.27~9 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab84e68837113b2d700ad379d94c1dd4a73125ea;p=pyelftools.git Remove Travis config --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c9f6beb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: python -python: - - "2.7" - - "3.6" - - "3.7" - - "3.8" -script: python test/all_tests.py