Skip to content

Commit

Permalink
Updated dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zensoup committed Jan 18, 2019
1 parent b56afd5 commit 385f772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ sudo: required
dist: xenial
install:
- pip install -r requirements-dev.txt
- pip install coverage
- pip install codecov
script:
- coverage run_doctests.py
- coverage run run_doctests.py
- nosetests --with-coverage --cover-package=fhirbug.server --cover-package=fhirbug.models --cover-package=fhirbug.db --cover-package=fhirbug.config

after_success:
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Babel==2.6.0
certifi==2018.11.29
chardet==3.0.4
Click==7.0
Django==2.1.4
coverage==4.5.2
Django==2.1.5
docutils==0.14
Flask==1.0.2
idna==2.8
Expand Down

0 comments on commit 385f772

Please sign in to comment.