Skip to content

Commit

Permalink
Dependency updates to Flask, Pytest and Protobuf (#18)
Browse files Browse the repository at this point in the history
* Unpin Flask, update Pytest, pin protobuf as there is currently an issue with 3.14

* Remove typo, the previous flake8 seems to have not cared about it

Co-authored-by: Louis Ades <[email protected]>
  • Loading branch information
ljades and Louis Ades authored Dec 2, 2020
1 parent f919d02 commit d4e6aa7
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
python: 3.6
script:
- poetry run black --check --config pyproject.toml .
- poetry run flake8 --config setup.cfg . d
- poetry run flake8 --config setup.cfg .
- poetry run isort --check --settings-path setup.cfg -rc .
- poetry run ./scripts/copyright_line_check.sh
- name: "Unit Tests"
Expand Down
Loading

0 comments on commit d4e6aa7

Please sign in to comment.