Skip to content

Commit

Permalink
Integrate with Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 24, 2018
1 parent 3d0c4f2 commit 92916e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "3.7"

# Install dependencies.
install:
- pip install -r requirements.txt

# Run linting and tests.
script:
- pylint ./homemade

# Turn email notifications off.
notifications:
email: false

0 comments on commit 92916e7

Please sign in to comment.