File: .travis.yml

package info (click to toggle)
fastaq 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,348 kB
  • ctags: 379
  • sloc: python: 3,889; makefile: 24; 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"