diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 3 |
2 files changed, 0 insertions, 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 @@ -1,5 +1,2 @@ [testenv] commands = python setup.py test - -[testenv:flake8] -commands = python setup.py flake8 |