mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
16 lines
234 B
YAML
16 lines
234 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
sudo: false
|
|
git:
|
|
depth: 1
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|
|
- python sqlmap.py --smoke
|
|
- python sqlmap.py --vuln
|