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.io.base
Commits
5fd827cc
Commit
5fd827cc
authored
Feb 16, 2015
by
Manuel Günther
Browse files
Removed travis fix since setuptools issue was solved by setuptools providers.
parent
783d059e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
5fd827cc
...
...
@@ -21,8 +21,7 @@ before_install:
-
if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
-
pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6
install
:
-
SETUPTOOLS_VERSION=`python -c "import setuptools; print(setuptools.version.__version__)"`
-
python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION
-
python bootstrap-buildout.py
-
CFLAGS=-coverage ./bin/buildout
script
:
-
./bin/python -c 'from bob.io.base 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