Skip to content

Commit

Permalink
Merge pull request #4 from yamijuan/master
Browse files Browse the repository at this point in the history
Changed Readme to rst and add flake8 to travis ci
  • Loading branch information
MiltonLn committed Apr 21, 2017
2 parents 20d5fc6 + 6cd36e4 commit a136801
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 209 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ env:

install:
- pip install -r requirements.txt
- pip install flake8
- pip install coveralls

before_script:
flake8 .

script: coverage run --source=menu_generator manage.py test

after_success:
Expand Down
208 changes: 0 additions & 208 deletions README.md

This file was deleted.

0 comments on commit a136801

Please sign in to comment.