aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 08fa5d04971804d884ac3269b36e6a7bb40eb44e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
    - 2.6
    - 2.7
    - 3.2
    - 3.3
install:
    - pip install pytest flake8 sphinx
script:
    - py.test
    - "flake8 . --ignore='E128'"
    - sphinx-build -W -bhtml docs/ docs/_build/html/