summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3d419eb8d1f19a4b5047b73414e21716a335ac43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
python:
    - '2.6'
    - '2.7'
    - '3.3'
    - '3.4'
    - nightly

matrix:
    allow_failures:
        - python: nightly

install: pip install tox

script:
    - tox -e py
    - tox -e flake8