diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 20:19:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 20:19:42 +0300 |
commit | b6da1c15ec103b7c869ba300d33d70fb7a599564 (patch) | |
tree | a7b133ab52fe82a78b62bfcf49171ea703c2e007 | |
parent | handle SIGINT in StatusTracker properly (diff) | |
download | vk-scripts-b6da1c15ec103b7c869ba300d33d70fb7a599564.tar.gz vk-scripts-b6da1c15ec103b7c869ba300d33d70fb7a599564.zip |
Travis: add mutual_friends.py twice
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 93bd59c..01191d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ python: - '3.7' install: script: - - python3 -m bin.mutual_friends kreed58 maxkorzh_official + - 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 |