Move to using 'new' style classes as that's what python 3 will use
[blockfinder.git] / .travis.yml
blob7be61a9b72588914ced164e62a61685c624e926e
1 language: python
2 python:
3   - "2.6"
4   - "2.7"
5   - "3.3"
6   - "3.4"
7   - "3.5"
8 before_script:
9   - pip install pep8==1.6.2
10 script:
11   - python setup.py test
12   - pep8 blockfinder block_finder/ setup.py