Fix PyPI badge
[bluepill.git] / .travis.yml
blobdba93ff84378a91ebf7b9ccd1e4dbbeff2884c7d
1 language: python
2 cache: pip
3 python:
4   - '2.7'
5   - '3.4'
6   - '3.5'
7 sudo: false
9 before_install: 'pip install --upgrade pip'
10 install: 'pip install -e .[test,ci]'
11 script:
12   - 'py.test --cov=bluepill -vs tests'
13   - 'tox -e flake8,packaging'
14 after_success:
15   - codecov