Removes typo of 'pip install' prefix from Travis CI config.

This commit is contained in:
Eddie Hebert
2012-10-19 14:02:30 -04:00
parent 1334913a33
commit fc27793ee6
+1 -1
View File
@@ -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: