mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
12 lines
161 B
YAML
12 lines
161 B
YAML
language: python
|
|
sudo: false
|
|
git:
|
|
depth: 1
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.7"
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|