summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0087d50e3dcea9f844c50e8dacf5bbcda577b2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
skip_missing_interpreters = True
envlist =
    py35
    py36
    py37
    py38
    pypy3
    flake8

[testenv]
deps =
    pytest
    pytest-cov
commands =
    sqlformat --version
    pytest --cov=sqlparse {posargs}

[testenv:flake8]
deps =
    flake8
commands =
    flake8 sqlparse tests setup.py