Skip to content

Commit

Permalink
Fixed(maintain): compatibility with maintainer's macbook restored
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Oct 28, 2018
1 parent 54de1cb commit cfc1bf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -24,7 +24,7 @@ help:
# only for localhost MacOS testing.
test2:
. env2/bin/activate && \
./tests/rss-ladder && \
./tests/rss-ladder-test && \
./tests/server-info-show && \
./tests/link_rate_units.sh
pytest netutils_linux_*/
Expand All @@ -39,7 +39,7 @@ env2:
# only for localhost MacOS testing.
test3:
. env3/bin/activate && \
./tests/rss-ladder && \
./tests/rss-ladder-test && \
./tests/server-info-show && \
./tests/link_rate_units.sh
pytest netutils_linux_*/
Expand All @@ -62,7 +62,7 @@ clean:

lint:
./flake8.sh netutils_linux_monitoring netutils_linux_tuning netutils_linux_hardware
python setup.py checkdocs
twine check dist/*

coverage:
nosetests --with-coverage --cover-package=twitter
Expand All @@ -71,7 +71,7 @@ build: clean
python setup.py sdist
python setup.py bdist_wheel

upload: test lint clean
upload: test3 lint clean
python setup.py sdist upload
# python setup.py bdist_wheel upload

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -11,3 +11,4 @@ Pygments
argparse
coverage
pytest-cov
twine

0 comments on commit cfc1bf6

Please sign in to comment.