12 lines
168 B
INI
12 lines
168 B
INI
[tox]
|
|
# Travis config explicitly specifies the envs
|
|
envlist = py36,py37,py38,py39
|
|
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
deps=pytest
|
|
pyfakefs
|
|
commands=py.test pyu2f/tests/
|
|
|