.travis.yml: Disable optional dependencies on py3.6, python-cryptography no longer supports it.

This commit is contained in:
Valentin Lorentz 2021-03-04 20:33:35 +01:00
parent de9b518e5c
commit af5364b0dc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ matrix:
env: WITH_OPT_DEPS=false
dist: trusty
- python: "3.6"
env: WITH_OPT_DEPS=true
env: WITH_OPT_DEPS=false
dist: trusty
- python: "3.7"