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
This commit is contained in:
Domenico Iezzi 2018-01-25 11:47:02 +01:00
parent 149707caab
commit 291a5e9d93
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE

View File

@ -1,6 +1,5 @@
language: python language: python
python: python:
- "2.7"
- "3.5" - "3.5"
install: pip install . install: pip install .
script: python test.py -e $EMAIL -p $PASSWD script: python test.py -e $EMAIL -p $PASSWD