Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Jan 27, 2019
1 parent 323a85e commit 4843798
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions makefile
Expand Up @@ -2,7 +2,7 @@ build:
python setup.py sdist bdist_wheel

upload-pypi:
python -m twine upload --repository-url dist/*
python -m twine upload dist/*

upload-test:
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Expand All @@ -13,6 +13,3 @@ clean:

test:
python -m pytest

test-install:
python -m venv ~/test-venv && ~/test-venv/bin/python -m pip install jsonapi-simple && ~/test-venv/bin/python -c "import jsonapi; print(jsonapi.__version__)" && rm -rf ~/test-venv

0 comments on commit 4843798

Please sign in to comment.