File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,13 @@ pip-log.txt
2626
2727# Unit test / coverage reports
2828.coverage
29+ .codecov-token
2930.tox
3031htmlcov
32+ .tox
33+ nosetests.xml
34+ htmlcov
35+ coverage.xml
3136
3237# PyCharm data
3338.idea
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ dev: env
1818 pip install -r requirements.testing.txt
1919
2020info :
21- python --version
22- pyenv --version
23- pip --version
21+ @ python --version
22+ @ pyenv --version
23+ @ pip --version
2424
2525clean :
2626 rm -fr build
@@ -43,6 +43,9 @@ coverage: clean
4343 coverage html
4444 coverage report
4545
46+ ci : info coverage
47+ CODECOV_TOKEN=` cat .codecov-token` codecov
48+
4649build : clean
4750 python setup.py check
4851 python setup.py sdist
Original file line number Diff line number Diff line change 1010 - uname -a
1111 - lsb_release -a
1212 override :
13- - make coverage
13+ - make ci
You can’t perform that action at this time.
0 commit comments