Skip to content
Snippets Groups Projects
Commit 34862d0b authored by Manuel Günther's avatar Manuel Günther
Browse files

Using wheels on travis

parent 24e9edf7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,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
- ./bin/buildout
- ./bin/buildout buildout:develop=. buildout:extensions=bob.buildout buildout:auto-checkout=
script:
- ./bin/python -c 'import pkg_resources; from bob.bio.base import get_config; print(get_config())'
- ./bin/coverage run --source=bob.bio.base ./bin/nosetests -sv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment