magic-wormhole/.travis.yml
2016-07-01 09:28:15 -07:00

20 lines
290 B
YAML

sudo: false
language: python
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
branches:
except:
- /^WIP-.*$/
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -U pip tox virtualenv codecov
script:
- tox -e coverage
after_success:
- codecov