aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:22:27 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:22:27 +0200
commitd2362a629d9871f535493b2ff92bcad415ae6dcd (patch)
tree61008eb7d84aff15e9b551b4e37d8cd7c94099b4 /tox.ini
parent89d51e87a3fe4bdcb1efabbe7a4923958998a61c (diff)
downloadgit-deps-d2362a629d9871f535493b2ff92bcad415ae6dcd.tar.gz
Standardize and modernize package configuration.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 89f5094..1785f0f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,14 +11,10 @@ usedevelop = True
changedir = tests
commands =
py.test {posargs}
-deps =
- pytest
- -r{toxinidir}/requirements.txt
[testenv:flake8]
skip_install = True
changedir = {toxinidir}
-deps = flake8
commands = flake8 setup.py git_deps tests
# Options for pytest