File: .travis.yml

package info (click to toggle)
sorted-nearest 0.0.39%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: python: 215; sh: 20; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "3.6"
install:
  - pip install cython hypothesis pytest pandas
  - python setup.py install

# functionality is tested in the pyranges package
script: cd ~/; python -c 'import sorted_nearest; print(sorted_nearest.__version__)'