From d00c7aca13f860a88a5b61f9cc71aa2c756f8cf4 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 14 Sep 2018 12:10:47 -0400 Subject: Remove flake8 from CI tests --- .travis.yml | 1 - tox.ini | 3 --- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d15a883..5630dea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ matrix: env: TOXENV=py36 - python: pypy3 env: TOXENV=pypy3 - - env: TOXENV=flake8 install: - pip install tox diff --git a/tox.ini b/tox.ini index f3488a5..2aa4a6d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,2 @@ [testenv] commands = python setup.py test - -[testenv:flake8] -commands = python setup.py flake8 -- cgit v1.2.3