blob: a6896ed3c06c87cb8ee5ee95be48baa2c94ea490 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/track_status.sh
- ./.travis/online_sessions.sh
|