12 lines
164 B
YAML
12 lines
164 B
YAML
language: python
|
|
|
|
python:
|
|
- "3.5"
|
|
|
|
install: "pip install -r requirements.txt"
|
|
|
|
script: bash travis.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|