Merge pull request #1402 from niphlod/fix/py35_and_lock

this crashes win and 3.5
This commit is contained in:
mdipierro
2016-07-25 12:51:33 -05:00
committed by GitHub
-1
View File
@@ -22,7 +22,6 @@ install:
- pip install codecov
- git submodule update --init --recursive
- pip install pycrypto
- pip install pypiwin32
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""