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