Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.replay
Commits
b3f21388
Commit
b3f21388
authored
Apr 25, 2016
by
Amir Mohammadi
Browse files
Use the local setuptools
parent
79ef7519
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b3f21388
...
@@ -18,7 +18,7 @@ before_install:
...
@@ -18,7 +18,7 @@ before_install:
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy matplotlib coverage
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel sphinx nose numpy matplotlib coverage
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
-
pip install --find-links https://www.idiap.ch/software/bob/wheels/travis/ --use-wheel --pre -r requirements.txt coveralls
install
:
install
:
-
python bootstrap-buildout.py
-
python bootstrap-buildout.py
--setuptools-version=`python -c 'import setuptools; print(setuptools.__version__)'`
-
./bin/buildout buildout:develop=. buildout:extensions=bob.buildout buildout:auto-checkout=
-
./bin/buildout buildout:develop=. buildout:extensions=bob.buildout buildout:auto-checkout=
script
:
script
:
-
./bin/python -c 'import pkg_resources; from bob.db.replay import get_config; print(get_config())'
-
./bin/python -c 'import pkg_resources; from bob.db.replay import get_config; print(get_config())'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment