Skip to content

Commit

Permalink
fix: remove tox
Browse files Browse the repository at this point in the history
  • Loading branch information
llimllib committed Mar 9, 2024
1 parent 80ce83d commit c534147
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "pypy3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
NAMESPACE=llimllib
APP=limbo

.PHONY: testall
testall: requirements
tox

# to run a single file, with debugger support:
# pytest -s test/test_plugins/test_image.py
.PHONY: test
Expand Down
12 changes: 0 additions & 12 deletions tox.ini

This file was deleted.

0 comments on commit c534147

Please sign in to comment.