Skip to content

Commit

Permalink
Merge pull request #1 from ckaznocha/feature/travis-ciSupport
Browse files Browse the repository at this point in the history
Added .travis.yml file
  • Loading branch information
ckaznocha committed Jul 12, 2014
2 parents 2bd2a54 + 2479bc2 commit ba163f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.3"
# command to install dependencies
install:
- pip install flake8
- pip install pep257
# command to run tests
script:
- flake8 *.py --max-line-length=120
- pep257 *.py

0 comments on commit ba163f2

Please sign in to comment.