mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
9 lines
137 B
YAML
9 lines
137 B
YAML
language: python
|
|
sudo: false
|
|
git:
|
|
depth: 1
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|