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

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

.travis.yml @upstream/3.17.0raw · history · blame

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