mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
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:
parent
149707caab
commit
291a5e9d93
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user