https://github.com/caporaso-lab/mockrobiota
Raw File
Tip revision: b7a161a5f3648be789cde9b88159438cde9689d9 authored by Roey Angel on 05 March 2018, 17:58:51 UTC
changed D. torulosa to D. acidiphilus (#88)
Tip revision: b7a161a
.travis.yml
sudo: false
language: python
python:
  - "3.5"
install:
  - pip install flake8
script:
  - python tests/check_data_integrity.py
  - flake8 tests
back to top