Revision 1d91a6e1350831bf6f9f0e7ff23be4cec2ce8fd2 authored by Dave Eargle on 18 March 2021, 22:15:53 UTC, committed by GitHub on 18 March 2021, 22:15:53 UTC
Fix backwards compatibility for translating ON_HEROKU=1 to ON_CLOUD=1
2 parent s da12a87 + 88c43c3
Raw File
setup.cfg
[aliases]
test=pytest

[testenv]
deps = .[test]

[tool:pytest]
addopts = --disable-socket
back to top