Skip to content

Commit 0aca598

Browse files
authored
Merge pull request #32 from samuelcolvin/reformat
2 parents 32f1aae + fb5769a commit 0aca598

File tree

5 files changed

+356
-310
lines changed

5 files changed

+356
-310
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ docs/_build/
1616
.env
1717
.venv
1818
env/
19+
.idea/

.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+

0 commit comments

Comments
 (0)