Remove unused pytest-travis-fold test dependency

The Travis configuration does not executed through tox since
f2a3a6ea35.
This commit is contained in:
Jon Dufresne 2020-05-24 17:50:05 -07:00 committed by Andi Albrecht
parent cc75926ca8
commit 686bf6d3c5
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ envlist =
deps =
pytest
pytest-cov
pytest-travis-fold
passenv =
TRAVIS
commands =
sqlformat --version
pytest --cov=sqlparse {posargs}