Skip to content

Commit

Permalink
Added readme_renderer library to travis and requiremts file (pythonpu…
Browse files Browse the repository at this point in the history
  • Loading branch information
shitalmule04 authored and ganeshhubale committed May 8, 2018
1 parent 759b2a0 commit 0733be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ install:
- pip install -r requirements.txt
script:
- flake8 readit setup.py
- python setup.py check -r -s
- pytest
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
beautifultable
beautifultable>=0.5.0
requests>=2.18.4
flake8==3.5.0
click>=6.7
pytest>=3.4.1
readme_renderer>=20.0

0 comments on commit 0733be8

Please sign in to comment.