Skip to content

Commit

Permalink
Adjusted [.scrutinizer.yml] dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 3, 2016
1 parent 44950f4 commit 2f2c0e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
build:
dependencies:
before:
- pip install -t _packages/ https://github.com/FragLegs/pip/archive/patch-for-issue-2953.zip
- pip install -t _packages/ wheel setuptools
- PYTHONPATH=_packages/ python _packages/pip/__main__.py install -r Trakttv.bundle/Contents/Tests/requirements.txt
- pip install --target $PWD/_packages --install-option="--install-scripts=$PWD/_bin" https://github.com/FragLegs/pip/archive/patch-for-issue-2953.zip
- pip install --target $PWD/_packages --install-option="--install-scripts=$PWD/_bin" wheel setuptools
- PATH="$PWD/_bin:$PATH" PYTHONPATH="$PWD/_packages:$PYTHONPATH" python _packages/pip/__main__.py install --requirement Trakttv.bundle/Contents/Tests/requirements.txt
environment:
python: 2.7.7
tests:
override:
-
command: ./Tools/run_tests.sh
command: export PATH="$PWD/_bin:/home/scrutinizer/.pyenv/versions/2.7.7/bin:$PATH"; export PYTHONPATH="$PWD/_packages:$PYTHONPATH"; ./Tools/run_tests.sh
coverage:
file: .coverage
format: py-cc
Expand Down

0 comments on commit 2f2c0e1

Please sign in to comment.