From 774666058204de2547eb82708a01d33f973d05d5 Mon Sep 17 00:00:00 2001 From: v3l0c1r4pt0r Date: Wed, 21 Nov 2018 18:26:40 +0100 Subject: [PATCH] Travis: disable legacy tests They use non-committed files. Before using this problem have to be solved --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 676aa19..ce330b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ install: - pip install . # command to run tests script: - - python3 makeelf/elfstruct.py - - python3 makeelf/elfsect.py +# - python3 makeelf/elfstruct.py +# - python3 makeelf/elfsect.py - python3 -m unittest makeelf.elfsect