2016-12-22 13:29:57 +00:00
|
|
|
language: python
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
python:
|
|
|
|
- "2.7"
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
install: "pip install -r requirements.txt"
|
2017-03-24 15:49:07 +00:00
|
|
|
|
|
|
|
script: bash release.sh test 5.0 x86
|
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|