File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : tests
2
+
1
3
on :
2
4
push :
3
5
branches : ["master"]
4
6
pull_request :
5
7
branches : ["master"]
6
8
7
9
jobs :
8
- test :
10
+ tests :
9
11
runs-on : ubuntu-latest
10
12
strategy :
11
13
matrix :
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ develop-deps-macos:
86
86
87
87
install-develop :
88
88
virtualenv $(VENV )
89
+ . $(VENV ) /bin/activate && pip install --upgrade pip
89
90
. $(VENV ) /bin/activate && pip install -r requirements-dev.txt
90
91
. $(VENV ) /bin/activate && python setup.py develop
91
92
@@ -114,10 +115,10 @@ publish-github:
114
115
git push origin " v$( VERSION) "
115
116
116
117
check-publish-test :
117
- pip search --index https://testpypi.python.org/pypi/ $(NAME ) | grep -o $(VERSION )
118
+ pip index versions --index https://testpypi.python.org/pypi/ $(NAME ) | grep -o " Available versions: $( VERSION) "
118
119
119
120
check-publish :
120
- pip search $(NAME ) | grep -o $(VERSION )
121
+ pip index versions $(NAME ) | grep -o " Available versions: $( VERSION) "
121
122
122
123
publish-test : publish-pypitest check-publish-test
123
124
Original file line number Diff line number Diff line change 1
1
update-conf.py
2
2
==============
3
3
4
- [ ![ GitHub Workflow - Build Status] ( https://github.com/github/docs /actions/workflows/test.yml /badge.svg?branch=master )] ( https://travis-ci.org /rarylson/update-conf.py )
5
- [ ![ Coveralls - Coverage Percentage ] ( https://img.shields. io/coveralls/ rarylson/update-conf.py/master .svg )] ( https://coveralls.io/r /rarylson/update-conf.py )
6
- [ ![ Pypi - Downloads] ( https://img.shields.io/pypi/dm/update-conf.py.svg )] ( https://pypi.python.org/pypi/update-conf.py/ )
7
- [ ![ Pypi - Version] ( https://img.shields.io/pypi/v/update-conf.py.svg )] ( https://pypi.python.org/pypi/update-conf.py/ )
4
+ [ ![ Test Status] ( https://github.com/rarylson/update-conf.py /actions/workflows/tests /badge.svg?branch=master&event=push )] ( https://github.com /rarylson/update-conf.py/actions/workflows/test.yml )
5
+ [ ![ Coverage Status ] ( https://coveralls. io/repos/github/ rarylson/update-conf.py/badge .svg?branch=master )] ( https://coveralls.io/github /rarylson/update-conf.py?branch=master )
6
+ [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/update-conf.py.svg )] ( https://pypi.python.org/pypi/update-conf.py/ )
7
+ [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/update-conf.py.svg )] ( https://pypi.python.org/pypi/update-conf.py/ )
8
8
[ ![ License] ( https://img.shields.io/pypi/l/update-conf.py.svg )] ( LICENSE )
9
9
10
10
Generate config files from ` conf.d ` like directories.
You can’t perform that action at this time.
0 commit comments