sqlmap/.travis.yml
Miroslav Stampar 44b7cc7d17 Travis patch
2020-02-28 14:11:16 +01:00

21 lines
414 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: 3.9-dev
dist: bionic
sudo: false
git:
depth: 1
script:
- python -c "import sqlmap; import sqlmapapi"
- python sqlmap.py --smoke
- python sqlmap.py --vuln