https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 7e567a6fc3fd2fc0eedef750b83b8b8a0d469544 authored by Josh Siegle on 08 October 2021, 16:09:25 UTC
Merge pull request #69 from celelion/master
Merge pull request #69 from celelion/master
Tip revision: 7e567a6
.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