Commit 706b5104 authored by Michal Čihař's avatar Michal Čihař

Another pip install run needed for buildtime trend

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 64adb3c7
......@@ -24,7 +24,8 @@ before_install:
install:
- timestamp.sh install
- pip install $DJANGO_PIP
- pip install -r requirements-optional.txt -r ci/requirements-travis.txt -r ci/requirements-${TRAVIS_DATABASE:-sqlite}.txt -r ${BUILD_TREND_HOME}/requirements.txt
- pip install -r requirements-optional.txt -r ci/requirements-travis.txt -r ci/requirements-${TRAVIS_DATABASE:-sqlite}.txt
- pip install -r ${BUILD_TREND_HOME}/requirements.txt
# create databases
before_script:
- timestamp.sh before_script
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment