https://github.com/pupil-labs/pupil
Raw File
Tip revision: a1601cef952df9efed44de04a8f89e7fde553232 authored by Patrick Faion on 13 November 2019, 10:20:21 UTC
Let travis run pytest
Tip revision: a1601ce
conftest.py
"""
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2019 Pupil Labs

Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
---------------------------------------------------------------------------~(*)
"""

pytest_plugins = "pytester"
back to top