aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b1494cd49ddeae0fdd1c0d965c3502653ce398ca (plain) (blame)
1
2
3
4
5
6
7
8
9
language: python
python:
    - "2.7"
    - "3.3"
    - "3.4"

script:
    - python setup.py build
    - PYTHONPATH=build/lib.* nosetests