Resolve Travis/Windows/pip issues with upgrade to cryptography 3.0 (#1016)

* add missing dependency
* update cryptography dependency
* Installing poetry with pipx instead of pip
* Fix bad pipx install command
* Remove pipx commands and attempt to solve issue through poetry configuration
* Fix pip install command to include --upgrade as before

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
Micah Jerome Ellison 2020-08-01 14:58:45 -07:00 committed by GitHub
parent 11141a1872
commit e8495fcf5d
3 changed files with 136 additions and 126 deletions

View file

@ -16,6 +16,8 @@ before_install:
install:
- pip install --upgrade poetry
- poetry config virtualenvs.in-project true
- poetry config --list
- poetry install
- poetry run python --version