[go: up one dir, main page]

File: .travis.yml

package info (click to toggle)
fastaq 3.17.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,356 kB
  • sloc: python: 3,957; makefile: 28; xml: 13; perl: 9; sh: 8
file content (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
language: python
python:
  - "3.4"
sudo: false
script:
  - "python setup.py test"