Travis CI: Test on current versions of Python

This commit is contained in:
Christian Clauss 2019-11-12 15:33:54 +01:00 committed by GitHub
parent 541cebdce9
commit f94df54745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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