mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-08 00:19:38 +03:00
14 lines
223 B
YAML
14 lines
223 B
YAML
language: python
|
|
dist: xenial
|
|
sudo: false
|
|
git:
|
|
depth: 1
|
|
python:
|
|
- "2.7"
|
|
- "3.6"
|
|
- "3.7"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|
|
- python sqlmap.py --smoke
|
|
- python sqlmap.py --vuln
|