https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 935c517f7082abd6798b2f2b8b750f98e2385730 authored by Dave Eargle on 21 March 2021, 06:29:59 UTC
fix travis yml
Tip revision: 935c517
setup.cfg
[aliases]
test=pytest

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