This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add support for coveralls
main
Julien Iguchi-Cartigny
10 years ago
parent
7961327fb7
commit
c3cc4815fb
4 changed files
with
9 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.coveragerc
+2
-0
.coveralls.yml
+1
-1
.travis.yml
+1
-1
tox.ini
+ 5
- 0
.coveragerc
View File
@@ -0,0 +1,5 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
+ 2
- 0
.coveralls.yml
View File
@@ -0,0 +1,2 @@
repo_token: 5AkyFNIcadJWZQU8iA6f9GPtJs2xP8V6C
+ 1
- 1
.travis.yml
View File
@@ -5,7 +5,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox
- pip install tox
coveralls
script:
- tox -e $TOX_ENV
+ 1
- 1
tox.ini
View File
@@ -4,7 +4,7 @@ envlist = py26,py27,docs,flake8
[testenv]
deps=nose
commands=nosetests
commands=nosetests
--with-coverage --cover-package=wstools
[testenv:py26]
Write
Preview
Loading…
Cancel
Save