sqlmap/.travis.yml

12 lines
161 B
YAML
Raw Normal View History

2016-02-29 02:03:48 +03:00
language: python
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"