mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +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"
|