sqlmap/.travis.yml

20 lines
402 B
YAML
Raw Normal View History

2016-02-29 02:03:48 +03:00
language: python
2019-11-13 16:19:18 +03:00
jobs:
include:
- python: 2.6
dist: trusty
- python: 2.7
dist: trusty
- python: 3.3
dist: trusty
- python: 3.6
dist: trusty
2020-02-28 16:11:16 +03:00
- python: 3.9-dev
2020-02-28 16:08:43 +03:00
dist: bionic
2018-03-13 13:03:05 +03:00
git:
depth: 1
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