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,12 +1,12 @@
language: python language: python
dist: xenial
sudo: false sudo: false
git: git:
depth: 1 depth: 1
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.3"
- "3.6" - "3.6"
- "3.7"
script: script:
- python -c "import sqlmap; import sqlmapapi" - python -c "import sqlmap; import sqlmapapi"
- python sqlmap.py --smoke - python sqlmap.py --smoke