File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 24
24
# only for localhost MacOS testing.
25
25
test2 :
26
26
. env2/bin/activate && \
27
- ./tests/rss-ladder && \
27
+ ./tests/rss-ladder-test && \
28
28
./tests/server-info-show && \
29
29
./tests/link_rate_units.sh
30
30
pytest netutils_linux_* /
39
39
# only for localhost MacOS testing.
40
40
test3 :
41
41
. env3/bin/activate && \
42
- ./tests/rss-ladder && \
42
+ ./tests/rss-ladder-test && \
43
43
./tests/server-info-show && \
44
44
./tests/link_rate_units.sh
45
45
pytest netutils_linux_* /
62
62
63
63
lint :
64
64
./flake8.sh netutils_linux_monitoring netutils_linux_tuning netutils_linux_hardware
65
- python setup.py checkdocs
65
+ twine check dist/ *
66
66
67
67
coverage :
68
68
nosetests --with-coverage --cover-package=twitter
@@ -71,7 +71,7 @@ build: clean
71
71
python setup.py sdist
72
72
python setup.py bdist_wheel
73
73
74
- upload : test lint clean
74
+ upload : test3 lint clean
75
75
python setup.py sdist upload
76
76
# python setup.py bdist_wheel upload
77
77
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Pygments
11
11
argparse
12
12
coverage
13
13
pytest-cov
14
+ twine
You can’t perform that action at this time.
0 commit comments