Skip to content

Commit 55a73ee

Browse files
author
Ammon Smith
committed
Add Travis config.
1 parent ccf4783 commit 55a73ee

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: python
2+
dist: trusty
3+
4+
python:
5+
- '3.6'
6+
- 'nightly'
7+
8+
sudo: false
9+
10+
cache: pip
11+
12+
install:
13+
- pip install --requirement requirements.txt
14+
- pip install pylint
15+
16+
script:
17+
- pylint duckduckgo
18+
19+
notifications:
20+
email:
21+
on_success: change
22+
on_failure: always

0 commit comments

Comments
 (0)