remove wget in travis

This commit is contained in:
Jason Kölker
2013-04-25 14:43:01 -05:00
parent b04d01b84f
commit 0cac45db7d

View File

@@ -6,6 +6,5 @@ install:
- pip install -r requirements.txt -r test-requirements.txt hacking . --use-mirrors
before_script:
- "flake8 --show-source --builtins=_ quark"
- "wget -O policy.json https://raw.github.com/openstack/quantum/master/etc/policy.json"
script:
- nosetests