From 0cac45db7d31ccebedea83b625dfaa161f30cde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Thu, 25 Apr 2013 14:43:01 -0500 Subject: [PATCH] remove wget in travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20245e3..16454c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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