mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 16:39:54 +03:00
Add Python 3.7 to Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
3f99ec638f
commit
2456e36179
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user