From 99fb4eb12d3ce88eaddc6a7ee754fc2f76150fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 31 Jul 2014 12:50:07 -0300 Subject: [PATCH] fix requirements.txt for tests under precise --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 082cf11dc..d86f750dd 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = Pillow<2.0 django==1.3.1 cssselect==0.9.1 - -rtests-requirements.txt + -rtests/requirements.txt [testenv:trunk] basepython = python2.7