From 69d853fe228a380adb21b0279a88d991daf9f1f2 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sat, 26 May 2012 18:23:40 +0100 Subject: [PATCH] Update requirements path. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7815919..4f7a68d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "2.7" - "3.2" install: - - pip install --use-mirrors -r utils/travis/requirements-${TRAVIS_PYTHON_VERSION}.txt + - pip install --use-mirrors -r tests/travis/requirements-${TRAVIS_PYTHON_VERSION}.txt - python setup.py install script: - python setup.py test -- GitLab