From 2456e3617980c37f742075bf233fce765ca4478c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sat, 6 Jul 2019 19:40:30 -0400 Subject: [PATCH] Add Python 3.7 to Travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 704077d17..bf694213a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: python +dist: xenial sudo: false git: depth: 1 python: - - "2.6" - "2.7" - - "3.3" - "3.6" + - "3.7" script: - python -c "import sqlmap; import sqlmapapi" - python sqlmap.py --smoke - - python sqlmap.py --vuln \ No newline at end of file + - python sqlmap.py --vuln