mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-21 17:16:35 +03:00
20 lines
402 B
YAML
20 lines
402 B
YAML
language: python
|
|
jobs:
|
|
include:
|
|
- python: 2.6
|
|
dist: trusty
|
|
- python: 2.7
|
|
dist: trusty
|
|
- python: 3.3
|
|
dist: trusty
|
|
- python: 3.6
|
|
dist: trusty
|
|
- python: nightly
|
|
dist: bionic
|
|
git:
|
|
depth: 1
|
|
script:
|
|
- python -c "import sqlmap; import sqlmapapi"
|
|
- python sqlmap.py --smoke
|
|
- python sqlmap.py --vuln
|