Need to spec `cryptography<3.4`, newer source requires a Rust compiler which is not available on Travis. Adding this stanza to `tox.ini` fixes the issue for a generated project: ``` ini [testenv:py36] deps = cryptography<3.4 -r{toxinidir}/requirements_dev.txt ```
Need to spec
cryptography<3.4, newer source requires a Rust compiler which is not available on Travis.Adding this stanza to
tox.inifixes the issue for a generated project: