From f94df5474589e6801a47e9d0da96b83925febdf0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 Nov 2019 15:33:54 +0100 Subject: [PATCH] Travis CI: Test on current versions of Python --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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