aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 965f1ede32a5ff7a33269e06e48c2a4ea5e2e156 (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=$(echo build/lib.*) nosetests