mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-17 06:02:17 -04:00
travis
This commit is contained in:
parent
4e13f2ba45
commit
d12c8a523a
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
notifications:
|
||||
email: false
|
Loading…
Add table
Add a link
Reference in a new issue