Merge branch 'release-1.1' into develop
This commit is contained in:
commit
ac487da5e0
@ -1,5 +0,0 @@
|
||||
[report]
|
||||
omit =
|
||||
*/pyshared/*
|
||||
*/python?.?/*
|
||||
*/site-packages/nose/*
|
||||
@ -27,7 +27,7 @@ script:
|
||||
- "tox -e $TOX_ENV"
|
||||
|
||||
after_success:
|
||||
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
|
||||
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls==1.0b1; coveralls; fi"
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
include *.py
|
||||
include *.rst
|
||||
include *.txt
|
||||
include .coveragerc
|
||||
include .mailmap
|
||||
include .travis.yml
|
||||
include AUTHORS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user