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