Skip to content

Commit cfc1bf6

Browse files
committed
Fixed(maintain): compatibility with maintainer's macbook restored
1 parent 54de1cb commit cfc1bf6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ help:
2424
# only for localhost MacOS testing.
2525
test2:
2626
. env2/bin/activate && \
27-
./tests/rss-ladder && \
27+
./tests/rss-ladder-test && \
2828
./tests/server-info-show && \
2929
./tests/link_rate_units.sh
3030
pytest netutils_linux_*/
@@ -39,7 +39,7 @@ env2:
3939
# only for localhost MacOS testing.
4040
test3:
4141
. env3/bin/activate && \
42-
./tests/rss-ladder && \
42+
./tests/rss-ladder-test && \
4343
./tests/server-info-show && \
4444
./tests/link_rate_units.sh
4545
pytest netutils_linux_*/
@@ -62,7 +62,7 @@ clean:
6262

6363
lint:
6464
./flake8.sh netutils_linux_monitoring netutils_linux_tuning netutils_linux_hardware
65-
python setup.py checkdocs
65+
twine check dist/*
6666

6767
coverage:
6868
nosetests --with-coverage --cover-package=twitter
@@ -71,7 +71,7 @@ build: clean
7171
python setup.py sdist
7272
python setup.py bdist_wheel
7373

74-
upload: test lint clean
74+
upload: test3 lint clean
7575
python setup.py sdist upload
7676
# python setup.py bdist_wheel upload
7777

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Pygments
1111
argparse
1212
coverage
1313
pytest-cov
14+
twine

0 commit comments

Comments
 (0)