sqlmap/.travis.yml
2019-11-13 14:09:51 +01:00

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