repo.or.cz
/
bluepill.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PyPI badge
[bluepill.git]
/
.travis.yml
blob
dba93ff84378a91ebf7b9ccd1e4dbbeff2884c7d
1
language: python
2
cache: pip
3
python:
4
- '2.7'
5
- '3.4'
6
- '3.5'
7
sudo: false
8
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