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,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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user