sqlmap/.travis.yml
2019-05-08 13:41:19 +02:00

12 lines
161 B
YAML

language: python
sudo: false
git:
depth: 1
python:
- "2.6"
- "2.7"
- "3.3"
- "3.6"
script:
- python -c "import sqlmap; import sqlmapapi"