mirror of https://github.com/pwndbg/pwndbg.git
parent
ce2266e95d
commit
ccd8f76803
@ -1,22 +0,0 @@
|
||||
sudo: required
|
||||
dist: bionic
|
||||
language: python
|
||||
cache:
|
||||
- pip
|
||||
- directories:
|
||||
- /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/
|
||||
- /home/travis/virtualenv/python2.7.9/bin/
|
||||
- capstone
|
||||
- unicorn
|
||||
install:
|
||||
- sudo apt-get -y install gdb nasm
|
||||
- lsb_release -a
|
||||
- pip install -r requirements.txt
|
||||
- sudo ./setup.sh
|
||||
script:
|
||||
- futurize --all-imports --stage1 --print-function --write --unicode-literals pwndbg tests
|
||||
- git diff-index --quiet HEAD -- pwndbg tests
|
||||
- isort --check-only --diff --recursive pwndbg tests
|
||||
- PWNDBG_TRAVIS_TEST_RUN=1 ./tests.sh
|
||||
- python2.7 -m py_compile ida_script.py $(git ls-files 'pwndbg/*.py')
|
||||
- python3 -m py_compile $(git ls-files 'pwndbg/*.py')
|
||||
Loading…
Reference in new issue