Adding support for Travis CI

This commit is contained in:
Miroslav Stampar 2016-02-29 00:03:48 +01:00
parent 26b895dd2e
commit fcf9998010

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
script:
- python -c "import sqlmap; import sqlmapapi"