add a new block_finder sub-directory.
[blockfinder.git] / .travis.yml
blob4226bc1aa5b78d9b91ba0b001ee8d201368cf796
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 blockfindertest.py
12   - pep8 blockfinder blockfindertest.py