mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-16 05:13:22 +01:00
14 lines
235 B
YAML
14 lines
235 B
YAML
language: python
|
|
dist: trusty
|
|
sudo: false
|
|
git:
|
|
depth: 1
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.6"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|
|
- python sqlmap.py --smoke
|
|
- python sqlmap.py --vuln
|