Skip to content

Commit

Permalink
Merge pull request #78 from alexpdev/upper
Browse files Browse the repository at this point in the history
Bump to 0.3.6
  • Loading branch information
alexpdev authored Aug 17, 2022
2 parents 418e08c + fe78dc4 commit 4e61e1a
Show file tree
Hide file tree
Showing 30 changed files with 2,461 additions and 1,456 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include CHANGELOG.md
include LICENSE
include Makefile
include package.json
include requirements.txt


Expand Down
12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@ clean-build: ## remove build artifacts
rm -rfv *.egg-info
rm -rfv tests/TESTINGDIR

lint: ## run linters on codebase
pyroma .
prospector torrentfileQt
prospector tests

test: ## run tests quickly with the default Python
pip install --upgrade --force-reinstall --no-cache torrentfile pyben
pytest tests --cov=torrentfileQt --cov=tests
test: clean ## run tests quickly with the default Python
tox
coverage report
coverage xml -o coverage.xml

push: clean lint test ## push changes to remote
push: test ## push changes to remote
git add .
git commit -m "$m"
git push
Expand Down
Loading

0 comments on commit 4e61e1a

Please sign in to comment.