Skip to content

Commit fb5769a

Browse files
committed
add travis
1 parent 50d604f commit fb5769a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
os: linux
2+
dist: xenial
3+
language: python
4+
cache: pip
5+
6+
python:
7+
- '2.7'
8+
- '3.5'
9+
- '3.6'
10+
- '3.7'
11+
- '3.8'
12+
13+
install:
14+
- pip install -r test_requirements.txt
15+
16+
script:
17+
- flake8 email_validator
18+

test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flake8==3.7.9

0 commit comments

Comments
 (0)