Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skulasekar committed Apr 17, 2018
1 parent 72931ef commit 394eb30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python
python:
- "2.7"

services:
- echo "No services here"

install:
- pip install pycodestyle

script:
- echo "Checking pep8 compliance"
- pycodestyle .

after_success:
- echo "Executing after_success, nothing here"

0 comments on commit 394eb30

Please sign in to comment.