aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-10-30 05:01:35 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-10-29 17:01:35 -0400
commitaa5f7a69b0af7242d3505752daac816240247c64 (patch)
tree9e2eef9d01bb25998c7673eda90cad7caeb98a0a /tox.ini
parent2f15dfbd5b49ef44bc61ab8e614a48a9579d2420 (diff)
downloadcryptography-aa5f7a69b0af7242d3505752daac816240247c64.tar.gz
cryptography-aa5f7a69b0af7242d3505752daac816240247c64.tar.bz2
cryptography-aa5f7a69b0af7242d3505752daac816240247c64.zip
Simplify build matrix (#4543)
* simplify pep8 * remove buster/sid 2.7 jobs
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index ea5995e9..7e6b56ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,12 +56,6 @@ commands =
sphinx-build -W -b linkcheck docs docs/_build/html
[testenv:pep8]
-extras =
- pep8test
-commands =
- flake8 .
-
-[testenv:py3pep8]
basepython = python3
extras =
pep8test