Removed python support on Travis

This commit is contained in:
2016-03-29 03:52:09 +03:00
parent 8ca8ca2d20
commit 1683df68c0

View File

@@ -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)