Skip to content

Commit

Permalink
adding app.py to solved the challenge
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BarakMerdler committed Nov 29, 2019
1 parent 8790fe3 commit 3edf4ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.6"
- "3.7"
- "3.8"

install:
- pip install flake8

script:
- flake8 .

0 comments on commit 3edf4ca

Please # to comment.