Turning off 3.7-dev testing

Cryptography ships with OpenSSL 1.0.2g when it's installed against
python3.7. Old OpenSSL is largely incompatible with this package.
Testing (and any required development for ensuring compatibility) will
be turned on again when Cryptography wheel for python3.7 will ship with
new OpenSSL
This commit is contained in:
Piotr Lizonczyk
2017-09-03 22:52:28 +02:00
parent 48ab143bd9
commit ac7e3506a9

View File

@@ -6,7 +6,7 @@ python:
- "3.6"
# - "3.5-dev" # 3.5 development branch
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
# - "3.7-dev" # 3.7 development branch
# command to install dependencies
install:
- "pip install -r requirements.txt"