Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b7bf1ac

Browse files
committed
[FIX] Fixed versions Python in Travis
1 parent ca533f7 commit b7bf1ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ sudo: false
33
git:
44
depth: 1
55
python:
6+
- "3.4"
7+
- "3.5"
68
- "3.6"
9+
- "3.7"
710
script:
811
- python -c "import sqlmap; import sqlmapapi"

0 commit comments

Comments
 (0)