You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/.travis.yml

10 lines
188 B
YAML

sudo: required
dist: trusty
language: python
install:
- sudo apt-get -y install gdb
- lsb_release -a
- pip install -r requirements.txt
- sudo ./setup.sh
script: nosetests ./tests/