tox.ini 277 B

1234567891011121314151617
  1. [tox]
  2. skipsdist = true
  3. isolated_build = true
  4. envlist = clean, lint, without-pyodbc
  5. [pytest]
  6. filterwarnings =
  7. ignore::DeprecationWarning
  8. [testenv]
  9. allowlist_externals = pytest
  10. deps = pipenv
  11. [testenv:tests]
  12. commands =
  13. pipenv install --dev --skip-lock
  14. pytest tests