Skip to content

Commit 8db6b6a

Browse files
committed
Removing custom install in tox.ini and use of custom PyCrypto.
1 parent 1b186a7 commit 8db6b6a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ install:
8888
- "%CMD_IN_ENV% pip install wheel"
8989
- "%CMD_IN_ENV% pip install nose"
9090
- "%CMD_IN_ENV% pip install unittest2"
91-
- "%CMD_IN_ENV% pip install https://dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.7a1.tar.gz"
9291

9392
build_script:
9493
# Build the compiled extension

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ envlist =
33
py26,py27,py33,py34,cover,docs,lint
44

55
[testenv]
6-
install_command =
7-
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}
86
commands =
97
nosetests
108
deps =

0 commit comments

Comments
 (0)