Skip to content

Commit

Permalink
Add travis configuration
Browse files Browse the repository at this point in the history
First attempt. Should install via PyPI, run legacy tests from elfsect
and elfstruct and finally run unit tests from elfsect
  • Loading branch information
v3l0c1r4pt0r committed Nov 21, 2018
1 parent 6dde82d commit cabf92c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.6"
- "pypy3.5"
install:
- pip install .
# command to run tests
script:
- python3 makeelf/elfstruct.py
- python3 makeelf/elfsect.py
- python3 -m unittest makeelf.elfsect

0 comments on commit cabf92c

Please sign in to comment.