https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 919992748a5324724ba87169ecdcf9eb6e3b9973 authored by Josh Siegle on 18 August 2024, 22:52:23 UTC
Merge pull request #91 from jingjie-li/master
Merge pull request #91 from jingjie-li/master
Tip revision: 9199927
.travis.yml
language: python
python:
- '3.7'
notifications:
email: false
before_install:
- python --version
- pip install -U cython setuptools pip numpy
install:
- pip install .
- pip install pytest-cov
- pip install coveralls
- pip install codecov
script: pytest --cov=ecephys_spike_sorting tests/
after_success:
- codecov
- coveralls