File: .travis.yml

package info (click to toggle)
python-ncls 0.0.63-hotfix%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 372 kB
  • sloc: ansic: 2,412; python: 205; sh: 18; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "3.6"
install:
  - pip install cython pytest
  - python setup.py install

# functionality is tested in the pyranges package
script: py.test tests/test_ncls.py && cd ~/ && python -c 'import ncls; print(ncls.__version__)'