Update urls; bump version to 4.0.1
[blockfinder.git] / .travis.yml
blob540f35a512749bbb6d0ab97b181310681485b07c
1 sudo: false
2 language: python
3 python:
4   - "2.6"
5   - "2.7"
6   - "3.3"
7   - "3.4"
8   - "3.5"
9 before_script:
10   - pip install pep8==1.6.2
11 script:
12   - python setup.py test
13   - pep8 blockfinder block_finder/ setup.py