Skip to content

Commit

Permalink
Actually fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Mar 10, 2022
1 parent 465407e commit e0ac7f0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ help:
clean:
rm -rf dist/*

test:
tox

dev:
pip install --upgrade pip
pip install wheel
pip install tox
pip install -e .

test:
tox

deploy:
pip install twine
echo "[pypi]" > ~/.pypirc
echo "username=__token__" >> ~/.pypirc
Expand Down

0 comments on commit e0ac7f0

Please sign in to comment.