mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +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"
|