Skip to content

Commit ab20f4d

Browse files
committed
Added travis build config for linting purposes
1 parent 52cd6f1 commit ab20f4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.3"
4+
# command to install dependencies
5+
install:
6+
- pip install flake8
7+
- pip install pep257
8+
# command to run tests
9+
script:
10+
- flake8 *.py
11+
- pep257 *.py

0 commit comments

Comments
 (0)