Presented by Jean Cruypenynck/@nonatomiclabs
add a .travis.yml file to your repository with your build configuration
the next commit will trigger Travis
language: python
python:
- "2.6"
- "2.7"
- "3.4"
install:
- pip install pytest-pep8
script: py.test --pep8
notifications:
slack: nonatomiclabs:v70RKis1I9cVYwFCjzre8KA1
git clone http://github.com/filaton/basic_travis.git