sqlmap/.travis.yml

10 lines
137 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"
script:
- python -c "import sqlmap; import sqlmapapi"