Skip to content

Commit

Permalink
Find unran files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarekspartz committed Aug 31, 2017
1 parent 3e8f810 commit 6651729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- pip install -r build-requirements.txt && pip install -r requirements.txt

script:
- coverage run --branch --omit="*/site-packages/*" -m unittest discover -f && coverage report -m --skip-covered --fail-under=75 && coveralls
- coverage run --branch --source=. -m unittest discover -f && coverage report -m --skip-covered --fail-under=71 && coveralls

deploy:
provider: script
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ADD LICENSE .
ADD configuration.yaml .
ADD utils/*.py utils/
ADD tests/* tests/
RUN coverage run --branch --omit="*/site-packages/*" -m unittest discover -f
RUN coverage report -m --skip-covered --fail-under=75
RUN coverage run --branch --source=. -m unittest discover -f
RUN coverage report -m --skip-covered --fail-under=71
ENV DESTALINATOR_LOG_LEVEL WARNING
CMD python scheduler.py

Expand Down

0 comments on commit 6651729

Please sign in to comment.