summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 897ae4ac6566bdb45e31afe9d9ebfe1131e9972c (plain)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
    - 2.6
    - 2.7
    - 3.3
install:
    - pip install . --use-mirrors
script:
    - python setup.py test -q
notifications:
    email: false