You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: python
|
|
python:
|
|
- "3.5"
|
|
sudo: false
|
|
env:
|
|
- TOXENV=py27
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
- TOXENV=py35
|
|
install:
|
|
- pip install -U pip
|
|
- pip install -U Flask tox coverage codecov
|
|
script:
|
|
- tox
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|