mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
6 lines
107 B
YAML
6 lines
107 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|