diff --git a/.travis.yml b/.travis.yml index 12dca26ba..412ded738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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