Skip to content

Commit

Permalink
Travis: disable legacy tests
Browse files Browse the repository at this point in the history
They use non-committed files. Before using this problem have to be
solved
  • Loading branch information
v3l0c1r4pt0r committed Nov 21, 2018
1 parent cabf92c commit 7746660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7746660

Please sign in to comment.