Skip to content

Commit 3edf4ca

Browse files
committed
adding app.py to solved the challenge
Cheange after review from Aviad, used with.. open, variable names cheanged, pass flake8 lint rules broke the last print into 2 prints commands added yml for testing flake8 on travis CI comiited the wrong file before Delete app.py only want on this PR .travis.yml
1 parent 8790fe3 commit 3edf4ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
- "3.7"
5+
- "3.8"
6+
7+
install:
8+
- pip install flake8
9+
10+
script:
11+
- flake8 .

0 commit comments

Comments
 (0)