sqlmap/.travis.yml
Gábor Lipták 2456e36179
Add Python 3.7 to Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2019-07-06 21:04:10 -04:00

14 lines
223 B
YAML

language: python
dist: xenial
sudo: false
git:
depth: 1
python:
- "2.7"
- "3.6"
- "3.7"
script:
- python -c "import sqlmap; import sqlmapapi"
- python sqlmap.py --smoke
- python sqlmap.py --vuln