summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2020-12-08 06:05:37 -0800
committerEli Bendersky <eliben@gmail.com>2020-12-08 06:05:37 -0800
commit7a7b0d4e19f94668001871290a27bad9a68ca274 (patch)
treeff11200cc82c0bbd2866a4d6518924d15218bf94
parentb4fb35594483da628042b93644464509b5ceba11 (diff)
downloadpycparser-7a7b0d4e19f94668001871290a27bad9a68ca274.tar.gz
Remove tox.ini for now
It's not currently required and adds all kinds of complexity for managing and keeping up to date. GitHub actions do this well for pending PRs. May reconsider and bring it back in the future.
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 02bd1e2..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[tox]
-envlist = py27,py34,py35,py36
-
-[testenv]
-commands =
- python tests/all_tests.py