sqlmap/.travis.yml

7 lines
107 B
YAML
Raw Normal View History

2016-02-29 02:03:48 +03:00
language: python
python:
- "2.6"
- "2.7"
script:
- python -c "import sqlmap; import sqlmapapi"