Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	LICENSE.md
  • Loading branch information
KissPeter committed Feb 6, 2020
2 parents 50bd6ed + d6f4aa5 commit c8c4a9b
Show file tree
Hide file tree
Showing 12 changed files with 263 additions and 814 deletions.
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ build:
- command: pip3 install -r test/requirements_for_test.txt
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py | tee test.log
background: true
on_node: 1
idle_timeout: 10
- command: python3 test/test_application.py&
background: true
on_node: 1
idle_timeout: 10
test:
commands:
- command: 'cd test && pytest --durations=10 --show-capture=stdout -v -rP test.py'
Expand Down
67 changes: 0 additions & 67 deletions .travis-coverity-scan-build.sh

This file was deleted.

10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ python:
- '3.6'
- '3.7'
- '3.8'
env:
global:
- secure: nbvAVCvak6tOUf0K3zCfgM9W561j7i5AzzdfslkJK0qBeT4wTPrQ/EPx7Ay0X44Mk8rFlKlbDAvd1XuP6it1p8OFqDVWiyL2KObP4hh1duqjlg+xMJjO/wAHgQT8SUyk6BIQUnksUMS0wBqpuG2wsmG1B3zWspZpCpB/1XAfwJoG2DRyI5WNIII56pgn8tc57l7iPEmQrucPu7bWQoe4tYjMZCVewxc0rZgC2WLNPhaxuk1OwEJaTkNo8hetctfubnMvkx7JhKq9JgV9TI0CSHO6PYHHs8VvjmpC3kuWepqEVfnyyXYWFEsoPpL5q8bNnJbg/qvuhSlxM2VxJFzMmT5sXWQLKwR7VXHaIPho0jzmOgrL5BX3SlKXGAwLQ+vdrG7eeHJmZjzVUqzIK3NEseYH2u+iXLYSiNAXjdD3U3/NV5VWfbVgFx3yVhzWl1PdeCAe4zpPfllDqqG+WAfuYsYtseN+7+l7KMZjUL5Om+bzddK/jUrrG02U3XGqo1JjGO3rAT0JF9OuW6I+qhuFK8MD7+JAY7xR/cx71lgFgkympsJU3kQ1UKfUCs7aCUs6ask+OxixjUnEtZMEGA+MDdRNm6XLuedqkU0YgA2JgqJMbDt6vxaP5gdX26Jv/taO5m2U0tWM7iJkAtO2u3gpJtXhJvDyBisR/mHGiEGifPk=
before_install:
- sudo apt-get -y install libgnutls28-dev
install:
- pip3 install -r requirements.txt
- pip3 install -r requirements.txt
script:
- python fuzzer.py -h
- pip3 install -r test/requirements_for_test.txt
- cd test && python3 test_application.py&
- cd test && pytest --durations=10 --show-capture=stdout -vv -rP test.py

0 comments on commit c8c4a9b

Please sign in to comment.