Add Python 3.7 to Travis

Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
Gábor Lipták 2019-07-06 19:40:30 -04:00
parent 3f99ec638f
commit 2456e36179
No known key found for this signature in database
GPG Key ID: 8551785584B8BFFD

View File

@ -1,13 +1,13 @@
language: python
dist: xenial
sudo: false
git:
depth: 1
python:
- "2.6"
- "2.7"
- "3.3"
- "3.6"
- "3.7"
script:
- python -c "import sqlmap; import sqlmapapi"
- python sqlmap.py --smoke
- python sqlmap.py --vuln
- python sqlmap.py --vuln