Revision 2f2503955023732d6432cd9c9a7fe03fbdfc6d38 authored by Michael[tm] Smith on 20 June 2016, 16:11:54 UTC, committed by jgraham on 20 June 2016, 16:11:54 UTC
1 parent c77a6c6
Raw File
.travis.yml
language: python
python:
  - "2.7"
  - "3.5"
install:
  - pip install flake8
  - pip install pytest
  - pip install ./html5lib
  - pip install pytest-travis-fold
script:
  - py.test manifest
  - flake8
back to top