From 291a5e9d93a980ec6492621bc9d3c78a220c7c2c Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Thu, 25 Jan 2018 11:47:02 +0100 Subject: [PATCH] Removed python2 test Since python2 test fails 3 times over 4, because of bad encoding/decoding, now testing is disabled. Users are encouraged to switch to python3 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 287644e..58a193d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.5" install: pip install . script: python test.py -e $EMAIL -p $PASSWD