Codebase list fastaq / upstream/latest .travis.yml
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.travis.yml @upstream/latestraw · history · blame

1
2
3
4
5
6
language: python
python:
  - "3.4"
sudo: false
script:
  - "python setup.py test"