sqlmap/.travis.yml

15 lines
235 B
YAML
Raw Normal View History

2016-02-29 02:03:48 +03:00
language: python
2019-07-07 17:17:24 +03:00
dist: trusty
2018-03-13 13:03:05 +03:00
sudo: false
git:
depth: 1
2016-02-29 02:03:48 +03:00
python:
- "2.6"
- "2.7"
2019-05-08 14:38:07 +03:00
- "3.3"
- "3.6"
2016-02-29 02:03:48 +03:00
script:
- python -c "import sqlmap; import sqlmapapi"
2019-05-09 15:15:07 +03:00
- python sqlmap.py --smoke
2019-07-07 17:17:24 +03:00
- python sqlmap.py --vuln