mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 17:39:56 +03:00
Travis CI: Test on current versions of Python
This commit is contained in:
parent
541cebdce9
commit
f94df54745
|
@ -1,13 +1,12 @@
|
|||
language: python
|
||||
dist: trusty
|
||||
sudo: false
|
||||
git:
|
||||
depth: 1
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
script:
|
||||
- python -c "import sqlmap; import sqlmapapi"
|
||||
- python sqlmap.py --smoke
|
||||
|
|
Loading…
Reference in New Issue
Block a user