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
moving coverage and coveralls packages to tox
main
Julien Iguchi-Cartigny
10 years ago
parent
e76676e39d
commit
679b8af151
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+1
-1
tox.ini
+ 1
- 1
.travis.yml
View File
@@ -5,7 +5,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox
coveralls coverage
- pip install tox
script:
- tox -e $TOX_ENV
+ 1
- 1
tox.ini
View File
@@ -3,7 +3,7 @@ minversion = 1.3
envlist = py26,py27,docs,flake8
[testenv]
deps=nose
deps=nose
coveralls coverage
commands=nosetests --with-coverage --cover-package=wstools
[testenv:py26]
Write
Preview
Loading…
Cancel
Save