Commit 4d0b6e3d authored by Michal Čihař's avatar Michal Čihař

Use defined path for build trend

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 63c09938
......@@ -28,7 +28,7 @@ install:
- pip install -r requirements-optional.txt
- pip install -r travis/requirements.txt
- pip install -r travis/requirements-${TRAVIS_DATABASE:-sqlite}.txt
- pip install -r $HOME/buildtime-trend/requirements.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