https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 65ff1a15af03e44e1aa25ec391e85b52a25ecb0c authored by Dave Eargle on 21 May 2020, 22:40:10 UTC
try to tell travis to use python2-compat pytest-mock
Tip revision: 65ff1a1
setup.cfg
[aliases]
test=pytest

[tool:pytest]
usefixtures =
    db_setup
    experiment_dir
back to top