Skip to content
Snippets Groups Projects
Commit 8bba94e3 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Set the environment variable newest to false

parent a43b5468
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ before_install:
- pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
install:
- python bootstrap-buildout.py
- CPPFLAGS=--coverage LDFLAGS=--coverage ./bin/buildout buildout:debug=false buildout:develop=. buildout:extensions=bob.buildout buildout:auto-checkout=
- CPPFLAGS=--coverage LDFLAGS=--coverage ./bin/buildout buildout:debug=false buildout:develop=. buildout:extensions=bob.buildout buildout:auto-checkout= buildout:newest=false
script:
- ./bin/python -c 'import pkg_resources; from bob.learn.boosting import get_config; print(get_config())'
- ./bin/coverage run --source=bob.learn.boosting ./bin/nosetests -sv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment