https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: ad2c3f89ea9212ef04bf6a82693322944fe9e492 authored by dependabot[bot] on 11 January 2024, 16:41:04 UTC
Bump jinja2 from 2.11.2 to 3.1.3
Bump jinja2 from 2.11.2 to 3.1.3
Tip revision: ad2c3f8
.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