Skip to content

Commit 92916e7

Browse files
committed
Integrate with Travis CI.
1 parent 3d0c4f2 commit 92916e7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- "3.7"
4+
5+
# Install dependencies.
6+
install:
7+
- pip install -r requirements.txt
8+
9+
# Run linting and tests.
10+
script:
11+
- pylint ./homemade
12+
13+
# Turn email notifications off.
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)