Skip to content

Commit

Permalink
Removing custom install in tox.ini and use of custom PyCrypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 15, 2016
1 parent 1b186a7 commit 8db6b6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ install:
- "%CMD_IN_ENV% pip install wheel"
- "%CMD_IN_ENV% pip install nose"
- "%CMD_IN_ENV% pip install unittest2"
- "%CMD_IN_ENV% pip install https://dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.7a1.tar.gz"

build_script:
# Build the compiled extension
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ envlist =
py26,py27,py33,py34,cover,docs,lint

[testenv]
install_command =
{toxinidir}/scripts/custom_pip_install.sh {opts} {packages}
commands =
nosetests
deps =
Expand Down

0 comments on commit 8db6b6a

Please sign in to comment.