summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 12d63c9b7d4bb47995e6a3ef5696e86a1916cc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
isolated_build = true
envlist = py27, py35, py36, py37, py38, pypy, pypy3

[testenv]
whitelist_externals = poetry
commands =
    poetry install -v
    poetry run pytest tests/

[testenv:pypy]
whitelist_externals =
    bash
    poetry
skip_install = true
commands =
    poetry install -v
    poetry run pytest tests/