Update the travis-ci pep8 check the new test.py file instead of
[blockfinder.git] / .travis.yml
blobb786c6d84afe43d3784b00018e6b1e58e42184a2
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/