removed pycrypto dep

This commit is contained in:
ilvalle
2017-12-12 20:38:56 +01:00
parent cfdda257ed
commit f048e45494
-1
View File
@@ -24,7 +24,6 @@ install:
- python -m ensurepip
- pip install codecov
- git submodule update --init --recursive
- pip install pycrypto
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""