From fc27793ee6e5f9f2e87f03d0f9bc34a80d6405f8 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 19 Oct 2012 14:02:30 -0400 Subject: [PATCH] Removes typo of 'pip install' prefix from Travis CI config. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b8757b9..03e43582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.7" install: - pip install -r etc/requirements_dev.txt - - pip install -r etc/ordered_pip.sh etc/requirements.txt + - etc/ordered_pip.sh etc/requirements.txt before_script: - "flake8 zipline tests" script: