blob: c4f6dd01b8fd8098a179c0e121ae989d329b5af4 (
plain) (
tree)
|
|
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
script:
- python3 -m bin.mutual_friends --format csv kreed58 maxkorzh_official
- python3 -m bin.mutual_friends --format json kreed58 maxkorzh_official
- python3 -m bin.show_status egor.tensin
- ./.travis/test.sh
|