You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytor/tox.ini

11 lines
149 B
INI

[tox]
envlist = py34, py35, py36, py37
skip_missing_interpreters = true
[testenv]
deps=
pytest
pyfakefs
pycryptodome
commands=pytest -v