remove the "temporary" overriding of our netaddr requirement

This commit is contained in:
Jeremy Hanmer 2014-09-23 11:49:41 -07:00
parent fe01baa624
commit efcbef7dc8
1 changed files with 1 additions and 6 deletions

View File

@ -4,12 +4,7 @@ envlist = py27,style
[testenv]
distribute = False
setenv = VIRTUAL_ENV={envdir}
deps =
# Temporarily force the download location for netaddr because github
# is being flaky and not letting us get to the download via the
# registered http-based URL.
https://github.com/downloads/drkjam/netaddr/netaddr-0.7.10.tar.gz
-r{toxinidir}/test_requirements.txt
deps = -r{toxinidir}/test_requirements.txt
commands = nosetests --with-coverage --cover-package=akanda.rug {posargs}
sitepackages = False