From 1683df68c06d648dc6eb1064fb266463e8d5f972 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Tue, 29 Mar 2016 03:52:09 +0300 Subject: [PATCH] Removed python support on Travis --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8706471..21457fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,5 @@ go: - 1.4 - 1.5 - tip -before_install: - - pip install codecov -after_success: - - codecov after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file