From: Guillaume Pellerin Date: Mon, 30 Dec 2019 02:38:31 +0000 (+0100) Subject: [travis] use py3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c787a7a309ffb55dfac122df949b625350733dc3;p=deefuzzer.git [travis] use py3 --- diff --git a/.travis.yml b/.travis.yml index 2ac2879..b747229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.7" + - "3.7" virtualenv: system_site_packages: true