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]
/
tox.ini
blob
a797452342e779e518be7411c6017893633dfe8f
1
[tox]
2
envlist
=
py27, py34, py35, flake8, packaging
3
4
[testenv]
5
deps
=
.[test]
6
commands
=
py.test -vs
7
8
[testenv:flake8]
9
deps
=
flake8
10
commands
=
flake8 bluepill tests setup.py
11
12
[testenv:packaging]
13
deps
=
check-manifest
14
commands
=
check-manifest