googleplay-api/.travis.yml
Domenico Iezzi 291a5e9d93
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
2018-01-25 11:47:02 +01:00

6 lines
103 B
YAML

language: python
python:
- "3.5"
install: pip install .
script: python test.py -e $EMAIL -p $PASSWD