Merge pull request #93 from d1b/correct-exit-code
[blockfinder.git] / .travis.yml
blob80a8037d326adec80196ff7ee3e7a1182ab84231
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 blockfindertest.py
13   - pep8 blockfinder blockfindertest.py