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 coverage package for coveralls support
main
Julien Iguchi-Cartigny
10 years ago
parent
c3cc4815fb
commit
e76676e39d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -5,7 +5,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=docs
- TOX_ENV=flake8
- TOX_ENV=flake8
install:
install:
- pip install tox coveralls
- pip install tox coveralls
coverage
script:
script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV
Write
Preview
Loading…
Cancel
Save