blob: c4f6dd01b8fd8098a179c0e121ae989d329b5af4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|