mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-19 17:34:14 +03:00
7 lines
107 B
YAML
7 lines
107 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
script:
|
||
|
- python -c "import sqlmap; import sqlmapapi"
|